Shades of Orchid #CA71DD
Tints of Orchid #CA71DD
RGB
CMYK
RGB Variations
Color information
#CA71DD (or 0xCA71DD) is known color: Orchid. HEX triplet: CA, 71 and DD. RGB value is (202,113,221). Sum of RGB (Red+Green+Blue) = 202+113+221=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA71DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71DD is #358E22. Grayscale: #979797. Windows color (decimal): -3509795 or 14512586. OLE color: 14512586.
HSL color Cylindrical-coordinate representation of color #CA71DD: hue angle of 289.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA71DD is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 113 | 221 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.13 |
| HSL | 289.44º | 0.61% | 0.65% | - |
| HSV(B) | 289.44º | 0.49% | 0.87% | - |
| XYZ | 43.31 | 29.59 | 71.83 | - |
| YUV | 151.92 | 166.99 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 221 | 0.09 | 0.49 | 0 | 0.13 | 289.44 | 0.61 | 0.65 |
| Hex | CA | 71 | DD | 9 | 31 | 0 | D | 121 | 3D | 41 |
| Octal | 312 | 161 | 335 | 11 | 61 | 0 | 15 | 441 | 75 | 101 |
| Binary | 11001010 | 1110001 | 11011101 | 1001 | 110001 | 0 | 1101 | 100100001 | 111101 | 1000001 |
Color Harmonies of #CA71DD
Complementary color
Monochromatic Colors of #CA71DD
Black with #CA71DD
Text Example
Text Example
White with #CA71DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA71DD; }
p { color: rgb(202,113,221); }
H1.HeaderClassName
{
color: #CA71DD;
}
.AnyTagClassName
{
color: #CA71DD;
}
</style>
background-color css
<style>
a { background-color: #CA71DD; }
a { background-color: rgb(202,113,221); }
div.DivClassName
{
background-color: #CA71DD;
}
.BgClassName
{
background-color: #CA71DD;
}
</style>
border-color css
<style>
span { border-color: #CA71DD; }
span { border-color: rgb(202,113,221); }
td.TdClassName
{
border-color: #CA71DD;
}
.TagClassName
{
border-color: #CA71DD;
}
</style>