Shades of Orchid #CD84C8
Tints of Orchid #CD84C8
RGB
CMYK
RGB Variations
Color information
#CD84C8 (or 0xCD84C8) is known color: Orchid. HEX triplet: CD, 84 and C8. RGB value is (205,132,200). Sum of RGB (Red+Green+Blue) = 205+132+200=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CD84C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD84C8 is #327B37. Grayscale: #A1A1A1. Windows color (decimal): -3308344 or 13141197. OLE color: 13141197.
HSL color Cylindrical-coordinate representation of color #CD84C8: hue angle of 304.11º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD84C8 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 132 | 200 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.20 |
| HSL | 304.11º | 0.42% | 0.66% | - |
| HSV(B) | 304.11º | 0.36% | 0.8% | - |
| XYZ | 43.85 | 33.65 | 58.83 | - |
| YUV | 161.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 132 | 200 | 0 | 0.36 | 0.02 | 0.20 | 304.11 | 0.42 | 0.66 |
| Hex | CD | 84 | C8 | 0 | 24 | 2 | 14 | 130 | 2A | 42 |
| Octal | 315 | 204 | 310 | 0 | 44 | 2 | 24 | 460 | 52 | 102 |
| Binary | 11001101 | 10000100 | 11001000 | 0 | 100100 | 10 | 10100 | 100110000 | 101010 | 1000010 |
Color Harmonies of #CD84C8
Complementary color
Monochromatic Colors of #CD84C8
Black with #CD84C8
Text Example
Text Example
White with #CD84C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD84C8; }
p { color: rgb(205,132,200); }
H1.HeaderClassName
{
color: #CD84C8;
}
.AnyTagClassName
{
color: #CD84C8;
}
</style>
background-color css
<style>
a { background-color: #CD84C8; }
a { background-color: rgb(205,132,200); }
div.DivClassName
{
background-color: #CD84C8;
}
.BgClassName
{
background-color: #CD84C8;
}
</style>
border-color css
<style>
span { border-color: #CD84C8; }
span { border-color: rgb(205,132,200); }
td.TdClassName
{
border-color: #CD84C8;
}
.TagClassName
{
border-color: #CD84C8;
}
</style>