#CD77C9

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

Shades of Orchid #CD77C9

Tints of Orchid #CD77C9

Color information

#CD77C9 (or 0xCD77C9) is unknown color: approx Orchid. HEX triplet: CD, 77 and C9. RGB value is (205,119,201). Sum of RGB (Red+Green+Blue) = 205+119+201=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CD77C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77C9 is #328836. Grayscale: #999999. Windows color (decimal): -3311671 or 13203405. OLE color: 13203405.

HSL color Cylindrical-coordinate representation of color #CD77C9: hue angle of 302.79º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD77C9 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB205119201-
CMYK00.420.020.20
HSL302.79º46.24%63.53%-
HSV(B)302.79º41.95%80.39%-
XYZ42.3230.3958.89-
YUV154.06154.49164.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 119 (46.88% from 255) = 22.67%
BLUE value IS 201 (78.91% from 255) = 38.29%
R=39.05%
G=22.67%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511920100.420.020.20302.7946.2463.53
HexCD77C902A21412f2e40
Octal31516731105222445756100
Binary11001101111011111001001010101010101001001011111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD77C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD77C9; }

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

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

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

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

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

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

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

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