#CD77D9

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

Shades of Orchid #CD77D9

Tints of Orchid #CD77D9

Color information

#CD77D9 (or 0xCD77D9) is unknown color: approx Orchid. HEX triplet: CD, 77 and D9. RGB value is (205,119,217). Sum of RGB (Red+Green+Blue) = 205+119+217=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 217 - color contains mainly: blue. Hex color #CD77D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77D9 is #328826. Grayscale: #9B9B9B. Windows color (decimal): -3311655 or 14251981. OLE color: 14251981.

HSL color Cylindrical-coordinate representation of color #CD77D9: hue angle of 292.65º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD77D9 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205119217-
CMYK0.060.4500.15
HSL292.65º56.32%65.88%-
HSV(B)292.65º45.16%85.1%-
XYZ44.331.1869.33-
YUV155.89162.49163.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.89%
GREEN value IS 119 (46.88% from 255) = 22.00%
BLUE value IS 217 (85.16% from 255) = 40.11%
R=37.89%
G=22.00%
B=40.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051192170.060.4500.15292.6556.3265.88
HexCD77D962D0F1253842
Octal31516733165501744570102
Binary11001101111011111011001110101101011111001001011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD77D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD77D9; }

 p { color: rgb(205,119,217); }

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

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

 a { background-color: rgb(205,119,217); }

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

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

 span { border-color: rgb(205,119,217); }

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