#cc77d5

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

Shades of Orchid #CC77D5

Tints of Orchid #CC77D5

Color information

#CC77D5 (or 0xCC77D5) is unknown color: approx Orchid. HEX triplet: CC, 77 and D5. RGB value is (204,119,213). Sum of RGB (Red+Green+Blue) = 204+119+213=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC77D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77D5 is #33882A. Grayscale: #9A9A9A. Windows color (decimal): -3377195 or 13989836. OLE color: 13989836.

HSL color Cylindrical-coordinate representation of color #CC77D5: hue angle of 294.26º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC77D5 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204119213-
CMYK0.040.4400.16
HSL294.26º52.81%65.1%-
HSV(B)294.26º44.13%83.53%-
XYZ43.5130.8466.61-
YUV155.13160.66162.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.06%
GREEN value IS 119 (46.88% from 255) = 22.20%
BLUE value IS 213 (83.59% from 255) = 39.74%
R=38.06%
G=22.20%
B=39.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041192130.040.4400.16294.2652.8165.1
HexCC77D542C0101263541
Octal31416732545402044665101
Binary110011001110111110101011001011000100001001001101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc77d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc77d5; }

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

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

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

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

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

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

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

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