Shades of Orchid #CA84D8
Tints of Orchid #CA84D8
RGB
CMYK
RGB Variations
Color information
#CA84D8 (or 0xCA84D8) is known color: Orchid. HEX triplet: CA, 84 and D8. RGB value is (202,132,216). Sum of RGB (Red+Green+Blue) = 202+132+216=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 216 (84.77% from 255 or 39.27% from 550); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA84D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84D8 is #357B27. Grayscale: #A2A2A2. Windows color (decimal): -3504936 or 14189770. OLE color: 14189770.
HSL color Cylindrical-coordinate representation of color #CA84D8: hue angle of 290º degrees, saturation: 0.52, 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 #CA84D8 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 132 | 216 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.15 |
| HSL | 290º | 0.52% | 0.68% | - |
| HSV(B) | 290º | 0.39% | 0.85% | - |
| XYZ | 45 | 34.02 | 69.16 | - |
| YUV | 162.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 216 | 0.06 | 0.39 | 0 | 0.15 | 290 | 0.52 | 0.68 |
| Hex | CA | 84 | D8 | 6 | 27 | 0 | F | 122 | 34 | 44 |
| Octal | 312 | 204 | 330 | 6 | 47 | 0 | 17 | 442 | 64 | 104 |
| Binary | 11001010 | 10000100 | 11011000 | 110 | 100111 | 0 | 1111 | 100100010 | 110100 | 1000100 |
Color Harmonies of #CA84D8
Complementary color
Monochromatic Colors of #CA84D8
Black with #CA84D8
Text Example
Text Example
White with #CA84D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA84D8; }
p { color: rgb(202,132,216); }
H1.HeaderClassName
{
color: #CA84D8;
}
.AnyTagClassName
{
color: #CA84D8;
}
</style>
background-color css
<style>
a { background-color: #CA84D8; }
a { background-color: rgb(202,132,216); }
div.DivClassName
{
background-color: #CA84D8;
}
.BgClassName
{
background-color: #CA84D8;
}
</style>
border-color css
<style>
span { border-color: #CA84D8; }
span { border-color: rgb(202,132,216); }
td.TdClassName
{
border-color: #CA84D8;
}
.TagClassName
{
border-color: #CA84D8;
}
</style>