#CD76DC

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

Shades of Orchid #CD76DC

Tints of Orchid #CD76DC

Color information

#CD76DC (or 0xCD76DC) is unknown color: approx Orchid. HEX triplet: CD, 76 and DC. RGB value is (205,118,220). Sum of RGB (Red+Green+Blue) = 205+118+220=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD76DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD76DC is #328923. Grayscale: #9B9B9B. Windows color (decimal): -3311908 or 14448333. OLE color: 14448333.

HSL color Cylindrical-coordinate representation of color #CD76DC: hue angle of 291.18º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD76DC is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205118220-
CMYK0.070.4600.14
HSL291.18º59.3%66.27%-
HSV(B)291.18º46.36%86.27%-
XYZ44.5731.171.36-
YUV155.64164.32163.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.75%
GREEN value IS 118 (46.48% from 255) = 21.73%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=37.75%
G=21.73%
B=40.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051182200.070.4600.14291.1859.366.27
HexCD76DC72E0E1233b42
Octal31516633475601644373102
Binary11001101111011011011100111101110011101001000111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD76DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD76DC; }

 p { color: rgb(205,118,220); }

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

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

 a { background-color: rgb(205,118,220); }

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

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

 span { border-color: rgb(205,118,220); }

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