Shades of Orchid #CD84C2
Tints of Orchid #CD84C2
RGB
CMYK
RGB Variations
Color information
#CD84C2 (or 0xCD84C2) is known color: Orchid. HEX triplet: CD, 84 and C2. RGB value is (205,132,194). Sum of RGB (Red+Green+Blue) = 205+132+194=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CD84C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD84C2 is #327B3D. Grayscale: #A0A0A0. Windows color (decimal): -3308350 or 12747981. OLE color: 12747981.
HSL color Cylindrical-coordinate representation of color #CD84C2: hue angle of 309.04º 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 #CD84C2 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 132 | 194 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.20 |
| HSL | 309.04º | 0.42% | 0.66% | - |
| HSV(B) | 309.04º | 0.36% | 0.8% | - |
| XYZ | 43.17 | 33.38 | 55.21 | - |
| YUV | 160.9 | 146.68 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 132 | 194 | 0 | 0.36 | 0.05 | 0.20 | 309.04 | 0.42 | 0.66 |
| Hex | CD | 84 | C2 | 0 | 24 | 5 | 14 | 135 | 2A | 42 |
| Octal | 315 | 204 | 302 | 0 | 44 | 5 | 24 | 465 | 52 | 102 |
| Binary | 11001101 | 10000100 | 11000010 | 0 | 100100 | 101 | 10100 | 100110101 | 101010 | 1000010 |
Color Harmonies of #CD84C2
Complementary color
Monochromatic Colors of #CD84C2
Black with #CD84C2
Text Example
Text Example
White with #CD84C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD84C2; }
p { color: rgb(205,132,194); }
H1.HeaderClassName
{
color: #CD84C2;
}
.AnyTagClassName
{
color: #CD84C2;
}
</style>
background-color css
<style>
a { background-color: #CD84C2; }
a { background-color: rgb(205,132,194); }
div.DivClassName
{
background-color: #CD84C2;
}
.BgClassName
{
background-color: #CD84C2;
}
</style>
border-color css
<style>
span { border-color: #CD84C2; }
span { border-color: rgb(205,132,194); }
td.TdClassName
{
border-color: #CD84C2;
}
.TagClassName
{
border-color: #CD84C2;
}
</style>