#CC77DB

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

Shades of Orchid #CC77DB

Tints of Orchid #CC77DB

Color information

#CC77DB (or 0xCC77DB) is unknown color: approx Orchid. HEX triplet: CC, 77 and DB. RGB value is (204,119,219). Sum of RGB (Red+Green+Blue) = 204+119+219=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC77DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77DB is #338824. Grayscale: #9B9B9B. Windows color (decimal): -3377189 or 14383052. OLE color: 14383052.

HSL color Cylindrical-coordinate representation of color #CC77DB: hue angle of 291º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC77DB is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204119219-
CMYK0.070.4600.14
HSL291º58.14%66.27%-
HSV(B)291º45.66%85.88%-
XYZ44.2831.1570.7-
YUV155.82163.66162.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 119 (46.88% from 255) = 21.96%
BLUE value IS 219 (85.94% from 255) = 40.41%
R=37.64%
G=21.96%
B=40.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041192190.070.4600.1429158.1466.27
HexCC77DB72E0E1233a42
Octal31416733375601644372102
Binary11001100111011111011011111101110011101001000111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC77DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC77DB; }

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

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

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

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

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

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

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

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