#CC77E0

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

Shades of Orchid #CC77E0

Tints of Orchid #CC77E0

Color information

#CC77E0 (or 0xCC77E0) is unknown color: approx Orchid. HEX triplet: CC, 77 and E0. RGB value is (204,119,224). Sum of RGB (Red+Green+Blue) = 204+119+224=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC77E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77E0 is #33881F. Grayscale: #9C9C9C. Windows color (decimal): -3377184 or 14710732. OLE color: 14710732.

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

Color convert

RGB204119224-
CMYK0.090.4700.12
HSL288.57º62.87%67.25%-
HSV(B)288.57º46.88%87.84%-
XYZ44.9531.4174.22-
YUV156.38166.16161.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 119 (46.88% from 255) = 21.76%
BLUE value IS 224 (87.89% from 255) = 40.95%
R=37.29%
G=21.76%
B=40.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041192240.090.4700.12288.5762.8767.25
HexCC77E092F0C1213f43
Octal314167340115701444177103
Binary110011001110111111000001001101111011001001000011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC77E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC77E0; }

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

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

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

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

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

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

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

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