#CD77BC

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

Shades of Orchid #CD77BC

Tints of Orchid #CD77BC

Color information

#CD77BC (or 0xCD77BC) is unknown color: approx Orchid. HEX triplet: CD, 77 and BC. RGB value is (205,119,188). Sum of RGB (Red+Green+Blue) = 205+119+188=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CD77BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD77BC is #328843. Grayscale: #989898. Windows color (decimal): -3311684 or 12351437. OLE color: 12351437.

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

Color convert

RGB205119188-
CMYK00.420.080.20
HSL311.86º46.24%63.53%-
HSV(B)311.86º41.95%80.39%-
XYZ40.8529.851.18-
YUV152.58147.99165.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 119 (46.88% from 255) = 23.24%
BLUE value IS 188 (73.83% from 255) = 36.72%
R=40.04%
G=23.24%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511918800.420.080.20311.8646.2463.53
HexCD77BC02A8141382e40
Octal315167274052102447056100
Binary1100110111101111011110001010101000101001001110001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD77BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD77BC; }

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

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

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

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

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

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

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

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