#CD77BF

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

Shades of Orchid #CD77BF

Tints of Orchid #CD77BF

Color information

#CD77BF (or 0xCD77BF) is unknown color: approx Orchid. HEX triplet: CD, 77 and BF. RGB value is (205,119,191). Sum of RGB (Red+Green+Blue) = 205+119+191=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CD77BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77BF is #328840. Grayscale: #989898. Windows color (decimal): -3311681 or 12548045. OLE color: 12548045.

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

Color convert

RGB205119191-
CMYK00.420.070.20
HSL309.77º46.24%63.53%-
HSV(B)309.77º41.95%80.39%-
XYZ41.1829.9352.9-
YUV152.92149.49165.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 119 (46.88% from 255) = 23.11%
BLUE value IS 191 (75% from 255) = 37.09%
R=39.81%
G=23.11%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511919100.420.070.20309.7746.2463.53
HexCD77BF02A7141362e40
Octal31516727705272446656100
Binary110011011110111101111110101010111101001001101101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD77BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD77BF; }

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

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

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

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

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

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

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

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