#CC77BD

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

Shades of Orchid #CC77BD

Tints of Orchid #CC77BD

Color information

#CC77BD (or 0xCC77BD) is unknown color: approx Orchid. HEX triplet: CC, 77 and BD. RGB value is (204,119,189). Sum of RGB (Red+Green+Blue) = 204+119+189=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC77BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77BD is #338842. Grayscale: #989898. Windows color (decimal): -3377219 or 12416972. OLE color: 12416972.

HSL color Cylindrical-coordinate representation of color #CC77BD: hue angle of 310.59º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC77BD is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB204119189-
CMYK00.420.070.2
HSL310.59º45.45%63.33%-
HSV(B)310.59º41.67%80%-
XYZ40.6829.7151.73-
YUV152.39148.66164.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 119 (46.88% from 255) = 23.24%
BLUE value IS 189 (74.22% from 255) = 36.91%
R=39.84%
G=23.24%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411918900.420.070.2310.5945.4563.33
HexCC77BD02A7141372d3f
Octal3141672750527244675577
Binary11001100111011110111101010101011110100100110111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC77BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC77BD; }

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

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

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

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

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

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

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

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