#CC77DE

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

Shades of Orchid #CC77DE

Tints of Orchid #CC77DE

Color information

#CC77DE (or 0xCC77DE) is unknown color: approx Orchid. HEX triplet: CC, 77 and DE. RGB value is (204,119,222). Sum of RGB (Red+Green+Blue) = 204+119+222=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC77DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77DE is #338821. Grayscale: #9B9B9B. Windows color (decimal): -3377186 or 14579660. OLE color: 14579660.

HSL color Cylindrical-coordinate representation of color #CC77DE: hue angle of 289.51º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC77DE is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204119222-
CMYK0.080.4600.13
HSL289.51º60.95%66.86%-
HSV(B)289.51º46.4%87.06%-
XYZ44.6831.372.79-
YUV156.16165.16162.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 119 (46.88% from 255) = 21.83%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=37.43%
G=21.83%
B=40.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041192220.080.4600.13289.5160.9566.86
HexCC77DE82E0D1223d43
Octal314167336105601544275103
Binary110011001110111110111101000101110011011001000101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC77DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC77DE; }

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

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

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

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

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

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

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

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