#CD84DC

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

Shades of Orchid #CD84DC

Tints of Orchid #CD84DC

Color information

#CD84DC (or 0xCD84DC) is unknown color: approx Orchid. HEX triplet: CD, 84 and DC. RGB value is (205,132,220). Sum of RGB (Red+Green+Blue) = 205+132+220=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD84DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD84DC is #327B23. Grayscale: #A3A3A3. Windows color (decimal): -3308324 or 14451917. OLE color: 14451917.

HSL color Cylindrical-coordinate representation of color #CD84DC: hue angle of 289.77º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD84DC is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205132220-
CMYK0.070.4000.14
HSL289.77º55.7%69.02%-
HSV(B)289.77º40%86.27%-
XYZ46.3534.6571.96-
YUV163.86159.68157.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 132 (51.95% from 255) = 23.70%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=36.80%
G=23.70%
B=39.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051322200.070.4000.14289.7755.769.02
HexCD84DC7280E1223845
Octal31520433475001644270105
Binary110011011000010011011100111101000011101001000101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD84DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD84DC; }

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

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

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

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

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

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

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

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