Shades of Orchid #CA84D6
Tints of Orchid #CA84D6
RGB
CMYK
RGB Variations
Color information
#CA84D6 (or 0xCA84D6) is known color: Orchid. HEX triplet: CA, 84 and D6. RGB value is (202,132,214). Sum of RGB (Red+Green+Blue) = 202+132+214=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 214 (83.98% from 255 or 39.05% from 548); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA84D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84D6 is #357B29. Grayscale: #A2A2A2. Windows color (decimal): -3504938 or 14058698. OLE color: 14058698.
HSL color Cylindrical-coordinate representation of color #CA84D6: hue angle of 291.22º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA84D6 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 132 | 214 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.16 |
| HSL | 291.22º | 0.5% | 0.68% | - |
| HSV(B) | 291.22º | 0.38% | 0.84% | - |
| XYZ | 44.75 | 33.91 | 67.81 | - |
| YUV | 162.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 214 | 0.06 | 0.38 | 0 | 0.16 | 291.22 | 0.5 | 0.68 |
| Hex | CA | 84 | D6 | 6 | 26 | 0 | 10 | 123 | 32 | 44 |
| Octal | 312 | 204 | 326 | 6 | 46 | 0 | 20 | 443 | 62 | 104 |
| Binary | 11001010 | 10000100 | 11010110 | 110 | 100110 | 0 | 10000 | 100100011 | 110010 | 1000100 |
Color Harmonies of #CA84D6
Complementary color
Monochromatic Colors of #CA84D6
Black with #CA84D6
Text Example
Text Example
White with #CA84D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA84D6; }
p { color: rgb(202,132,214); }
H1.HeaderClassName
{
color: #CA84D6;
}
.AnyTagClassName
{
color: #CA84D6;
}
</style>
background-color css
<style>
a { background-color: #CA84D6; }
a { background-color: rgb(202,132,214); }
div.DivClassName
{
background-color: #CA84D6;
}
.BgClassName
{
background-color: #CA84D6;
}
</style>
border-color css
<style>
span { border-color: #CA84D6; }
span { border-color: rgb(202,132,214); }
td.TdClassName
{
border-color: #CA84D6;
}
.TagClassName
{
border-color: #CA84D6;
}
</style>