Shades of Orchid #CD84C5
Tints of Orchid #CD84C5
RGB
CMYK
RGB Variations
Color information
#CD84C5 (or 0xCD84C5) is known color: Orchid. HEX triplet: CD, 84 and C5. RGB value is (205,132,197). Sum of RGB (Red+Green+Blue) = 205+132+197=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CD84C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD84C5 is #327B3A. Grayscale: #A1A1A1. Windows color (decimal): -3308347 or 12944589. OLE color: 12944589.
HSL color Cylindrical-coordinate representation of color #CD84C5: hue angle of 306.58º 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 #CD84C5 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 132 | 197 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.20 |
| HSL | 306.58º | 0.42% | 0.66% | - |
| HSV(B) | 306.58º | 0.36% | 0.8% | - |
| XYZ | 43.51 | 33.51 | 57 | - |
| YUV | 161.24 | 148.18 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 132 | 197 | 0 | 0.36 | 0.04 | 0.20 | 306.58 | 0.42 | 0.66 |
| Hex | CD | 84 | C5 | 0 | 24 | 4 | 14 | 133 | 2A | 42 |
| Octal | 315 | 204 | 305 | 0 | 44 | 4 | 24 | 463 | 52 | 102 |
| Binary | 11001101 | 10000100 | 11000101 | 0 | 100100 | 100 | 10100 | 100110011 | 101010 | 1000010 |
Color Harmonies of #CD84C5
Complementary color
Monochromatic Colors of #CD84C5
Black with #CD84C5
Text Example
Text Example
White with #CD84C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD84C5; }
p { color: rgb(205,132,197); }
H1.HeaderClassName
{
color: #CD84C5;
}
.AnyTagClassName
{
color: #CD84C5;
}
</style>
background-color css
<style>
a { background-color: #CD84C5; }
a { background-color: rgb(205,132,197); }
div.DivClassName
{
background-color: #CD84C5;
}
.BgClassName
{
background-color: #CD84C5;
}
</style>
border-color css
<style>
span { border-color: #CD84C5; }
span { border-color: rgb(205,132,197); }
td.TdClassName
{
border-color: #CD84C5;
}
.TagClassName
{
border-color: #CD84C5;
}
</style>