#cc73e0

Color #CC73E0 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CC73E0

Tints of Orchid #CC73E0

Color information

#CC73E0 (or 0xCC73E0) is unknown color: approx Orchid. HEX triplet: CC, 73 and E0. RGB value is (204,115,224). Sum of RGB (Red+Green+Blue) = 204+115+224=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC73E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC73E0 is #338C1F. Grayscale: #999999. Windows color (decimal): -3378208 or 14709708. OLE color: 14709708.

HSL color Cylindrical-coordinate representation of color #CC73E0: hue angle of 288.99º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC73E0 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204115224-
CMYK0.090.4900.12
HSL288.99º63.74%66.47%-
HSV(B)288.99º48.66%87.84%-
XYZ44.4930.4874.06-
YUV154.04167.49163.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 115 (45.31% from 255) = 21.18%
BLUE value IS 224 (87.89% from 255) = 41.25%
R=37.57%
G=21.18%
B=41.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041152240.090.4900.12288.9963.7466.47
HexCC73E09310C1214042
Octal3141633401161014441100102
Binary1100110011100111110000010011100010110010010000110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc73e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc73e0; }

 p { color: rgb(204,115,224); }

 H1.HeaderClassName
 {
   color: #cc73e0;
 }
 .AnyTagClassName
 {
   color: #cc73e0;
 }
</style>
background-color css

<style>
 a { background-color: #cc73e0; }

 a { background-color: rgb(204,115,224); }

 div.DivClassName
 {
   background-color: #cc73e0;
 }
 .BgClassName
 {
   background-color: #cc73e0;
 }
</style>
border-color css

<style>
 span { border-color: #cc73e0; }

 span { border-color: rgb(204,115,224); }

 td.TdClassName
 {
   border-color: #cc73e0;
 }
 .TagClassName
 {
   border-color: #cc73e0;
 }
</style>