#CD84D6

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

Shades of Orchid #CD84D6

Tints of Orchid #CD84D6

Color information

#CD84D6 (or 0xCD84D6) is unknown color: approx Orchid. HEX triplet: CD, 84 and D6. RGB value is (205,132,214). Sum of RGB (Red+Green+Blue) = 205+132+214=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 214 (83.98% from 255 or 38.84% from 551); Max value from RGB is 214 - color contains mainly: blue. Hex color #CD84D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD84D6 is #327B29. Grayscale: #A2A2A2. Windows color (decimal): -3308330 or 14058701. OLE color: 14058701.

HSL color Cylindrical-coordinate representation of color #CD84D6: hue angle of 293.41º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD84D6 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205132214-
CMYK0.040.3800.16
HSL293.41º50%67.84%-
HSV(B)293.41º38.32%83.92%-
XYZ45.5734.3467.84-
YUV163.18156.68157.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.21%
GREEN value IS 132 (51.95% from 255) = 23.96%
BLUE value IS 214 (83.98% from 255) = 38.84%
R=37.21%
G=23.96%
B=38.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051322140.040.3800.16293.415067.84
HexCD84D64260101253244
Octal31520432644602044562104
Binary1100110110000100110101101001001100100001001001011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD84D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD84D6; }

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

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

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

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

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

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

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

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