Shades of Orchid #CA71DF
Tints of Orchid #CA71DF
RGB
CMYK
RGB Variations
Color information
#CA71DF (or 0xCA71DF) is known color: Orchid. HEX triplet: CA, 71 and DF. RGB value is (202,113,223). Sum of RGB (Red+Green+Blue) = 202+113+223=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA71DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71DF is #358E20. Grayscale: #979797. Windows color (decimal): -3509793 or 14643658. OLE color: 14643658.
HSL color Cylindrical-coordinate representation of color #CA71DF: hue angle of 288.55º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA71DF is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 113 | 223 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.13 |
| HSL | 288.55º | 0.63% | 0.66% | - |
| HSV(B) | 288.55º | 0.49% | 0.87% | - |
| XYZ | 43.58 | 29.69 | 73.25 | - |
| YUV | 152.15 | 167.99 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 223 | 0.09 | 0.49 | 0 | 0.13 | 288.55 | 0.63 | 0.66 |
| Hex | CA | 71 | DF | 9 | 31 | 0 | D | 121 | 3F | 42 |
| Octal | 312 | 161 | 337 | 11 | 61 | 0 | 15 | 441 | 77 | 102 |
| Binary | 11001010 | 1110001 | 11011111 | 1001 | 110001 | 0 | 1101 | 100100001 | 111111 | 1000010 |
Color Harmonies of #CA71DF
Complementary color
Monochromatic Colors of #CA71DF
Black with #CA71DF
Text Example
Text Example
White with #CA71DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA71DF; }
p { color: rgb(202,113,223); }
H1.HeaderClassName
{
color: #CA71DF;
}
.AnyTagClassName
{
color: #CA71DF;
}
</style>
background-color css
<style>
a { background-color: #CA71DF; }
a { background-color: rgb(202,113,223); }
div.DivClassName
{
background-color: #CA71DF;
}
.BgClassName
{
background-color: #CA71DF;
}
</style>
border-color css
<style>
span { border-color: #CA71DF; }
span { border-color: rgb(202,113,223); }
td.TdClassName
{
border-color: #CA71DF;
}
.TagClassName
{
border-color: #CA71DF;
}
</style>