Shades of Orchid #CA84C6
Tints of Orchid #CA84C6
RGB
CMYK
RGB Variations
Color information
#CA84C6 (or 0xCA84C6) is known color: Orchid. HEX triplet: CA, 84 and C6. RGB value is (202,132,198). Sum of RGB (Red+Green+Blue) = 202+132+198=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CA84C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84C6 is #357B39. Grayscale: #A0A0A0. Windows color (decimal): -3504954 or 13010122. OLE color: 13010122.
HSL color Cylindrical-coordinate representation of color #CA84C6: hue angle of 303.43º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA84C6 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 132 | 198 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.21 |
| HSL | 303.43º | 0.4% | 0.65% | - |
| HSV(B) | 303.43º | 0.35% | 0.79% | - |
| XYZ | 42.8 | 33.14 | 57.57 | - |
| YUV | 160.45 | 149.19 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 132 | 198 | 0 | 0.35 | 0.02 | 0.21 | 303.43 | 0.4 | 0.65 |
| Hex | CA | 84 | C6 | 0 | 23 | 2 | 15 | 12F | 28 | 41 |
| Octal | 312 | 204 | 306 | 0 | 43 | 2 | 25 | 457 | 50 | 101 |
| Binary | 11001010 | 10000100 | 11000110 | 0 | 100011 | 10 | 10101 | 100101111 | 101000 | 1000001 |
Color Harmonies of #CA84C6
Complementary color
Monochromatic Colors of #CA84C6
Black with #CA84C6
Text Example
Text Example
White with #CA84C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA84C6; }
p { color: rgb(202,132,198); }
H1.HeaderClassName
{
color: #CA84C6;
}
.AnyTagClassName
{
color: #CA84C6;
}
</style>
background-color css
<style>
a { background-color: #CA84C6; }
a { background-color: rgb(202,132,198); }
div.DivClassName
{
background-color: #CA84C6;
}
.BgClassName
{
background-color: #CA84C6;
}
</style>
border-color css
<style>
span { border-color: #CA84C6; }
span { border-color: rgb(202,132,198); }
td.TdClassName
{
border-color: #CA84C6;
}
.TagClassName
{
border-color: #CA84C6;
}
</style>