Shades of Orchid #CA70C9
Tints of Orchid #CA70C9
RGB
CMYK
RGB Variations
Color information
#CA70C9 (or 0xCA70C9) is known color: Orchid. HEX triplet: CA, 70 and C9. RGB value is (202,112,201). Sum of RGB (Red+Green+Blue) = 202+112+201=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CA70C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA70C9 is #358F36. Grayscale: #949494. Windows color (decimal): -3510071 or 13201610. OLE color: 13201610.
HSL color Cylindrical-coordinate representation of color #CA70C9: hue angle of 300.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA70C9 is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 201 | - |
| CMYK | 0 | 0.45 | 0.00 | 0.21 |
| HSL | 300.67º | 0.46% | 0.62% | - |
| HSV(B) | 300.67º | 0.45% | 0.79% | - |
| XYZ | 40.69 | 28.36 | 58.59 | - |
| YUV | 149.06 | 157.32 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 201 | 0 | 0.45 | 0.00 | 0.21 | 300.67 | 0.46 | 0.62 |
| Hex | CA | 70 | C9 | 0 | 2D | 0 | 15 | 12D | 2E | 3E |
| Octal | 312 | 160 | 311 | 0 | 55 | 0 | 25 | 455 | 56 | 76 |
| Binary | 11001010 | 1110000 | 11001001 | 0 | 101101 | 0 | 10101 | 100101101 | 101110 | 111110 |
Color Harmonies of #CA70C9
Complementary color
Monochromatic Colors of #CA70C9
Black with #CA70C9
Text Example
Text Example
White with #CA70C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA70C9; }
p { color: rgb(202,112,201); }
H1.HeaderClassName
{
color: #CA70C9;
}
.AnyTagClassName
{
color: #CA70C9;
}
</style>
background-color css
<style>
a { background-color: #CA70C9; }
a { background-color: rgb(202,112,201); }
div.DivClassName
{
background-color: #CA70C9;
}
.BgClassName
{
background-color: #CA70C9;
}
</style>
border-color css
<style>
span { border-color: #CA70C9; }
span { border-color: rgb(202,112,201); }
td.TdClassName
{
border-color: #CA70C9;
}
.TagClassName
{
border-color: #CA70C9;
}
</style>