#CD77C0

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

Shades of Orchid #CD77C0

Tints of Orchid #CD77C0

Color information

#CD77C0 (or 0xCD77C0) is unknown color: approx Orchid. HEX triplet: CD, 77 and C0. RGB value is (205,119,192). Sum of RGB (Red+Green+Blue) = 205+119+192=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CD77C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77C0 is #32883F. Grayscale: #989898. Windows color (decimal): -3311680 or 12613581. OLE color: 12613581.

HSL color Cylindrical-coordinate representation of color #CD77C0: hue angle of 309.07º 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 #CD77C0 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB205119192-
CMYK00.420.060.20
HSL309.07º46.24%63.53%-
HSV(B)309.07º41.95%80.39%-
XYZ41.2929.9853.48-
YUV153.04149.99165.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 119 (46.88% from 255) = 23.06%
BLUE value IS 192 (75.39% from 255) = 37.21%
R=39.73%
G=23.06%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511919200.420.060.20309.0746.2463.53
HexCD77C002A6141352e40
Octal31516730005262446556100
Binary110011011110111110000000101010110101001001101011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD77C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD77C0; }

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

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

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

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

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

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

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

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