#CD84D9

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

Shades of Orchid #CD84D9

Tints of Orchid #CD84D9

Color information

#CD84D9 (or 0xCD84D9) is unknown color: approx Orchid. HEX triplet: CD, 84 and D9. RGB value is (205,132,217). Sum of RGB (Red+Green+Blue) = 205+132+217=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 217 - color contains mainly: blue. Hex color #CD84D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD84D9 is #327B26. Grayscale: #A3A3A3. Windows color (decimal): -3308327 or 14255309. OLE color: 14255309.

HSL color Cylindrical-coordinate representation of color #CD84D9: hue angle of 291.53º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD84D9 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205132217-
CMYK0.060.3900.15
HSL291.53º52.8%68.43%-
HSV(B)291.53º39.17%85.1%-
XYZ45.9534.4969.88-
YUV163.52158.18157.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 132 (51.95% from 255) = 23.83%
BLUE value IS 217 (85.16% from 255) = 39.17%
R=37.00%
G=23.83%
B=39.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051322170.060.3900.15291.5352.868.43
HexCD84D96270F1243544
Octal31520433164701744465104
Binary110011011000010011011001110100111011111001001001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD84D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD84D9; }

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

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

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

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

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

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

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

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