Shades of Orchid #CD84CE
Tints of Orchid #CD84CE
RGB
CMYK
RGB Variations
Color information
#CD84CE (or 0xCD84CE) is known color: Orchid. HEX triplet: CD, 84 and CE. RGB value is (205,132,206). Sum of RGB (Red+Green+Blue) = 205+132+206=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD84CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD84CE is #327B31. Grayscale: #A2A2A2. Windows color (decimal): -3308338 or 13534413. OLE color: 13534413.
HSL color Cylindrical-coordinate representation of color #CD84CE: hue angle of 299.19º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD84CE is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 132 | 206 | - |
| CMYK | 0.00 | 0.36 | 0 | 0.19 |
| HSL | 299.19º | 0.43% | 0.66% | - |
| HSV(B) | 299.19º | 0.36% | 0.81% | - |
| XYZ | 44.57 | 33.94 | 62.59 | - |
| YUV | 162.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 132 | 206 | 0.00 | 0.36 | 0 | 0.19 | 299.19 | 0.43 | 0.66 |
| Hex | CD | 84 | CE | 0 | 24 | 0 | 13 | 12B | 2B | 42 |
| Octal | 315 | 204 | 316 | 0 | 44 | 0 | 23 | 453 | 53 | 102 |
| Binary | 11001101 | 10000100 | 11001110 | 0 | 100100 | 0 | 10011 | 100101011 | 101011 | 1000010 |
Color Harmonies of #CD84CE
Complementary color
Monochromatic Colors of #CD84CE
Black with #CD84CE
Text Example
Text Example
White with #CD84CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD84CE; }
p { color: rgb(205,132,206); }
H1.HeaderClassName
{
color: #CD84CE;
}
.AnyTagClassName
{
color: #CD84CE;
}
</style>
background-color css
<style>
a { background-color: #CD84CE; }
a { background-color: rgb(205,132,206); }
div.DivClassName
{
background-color: #CD84CE;
}
.BgClassName
{
background-color: #CD84CE;
}
</style>
border-color css
<style>
span { border-color: #CD84CE; }
span { border-color: rgb(205,132,206); }
td.TdClassName
{
border-color: #CD84CE;
}
.TagClassName
{
border-color: #CD84CE;
}
</style>