Shades of Orchid #CA70D5
Tints of Orchid #CA70D5
RGB
CMYK
RGB Variations
Color information
#CA70D5 (or 0xCA70D5) is known color: Orchid. HEX triplet: CA, 70 and D5. RGB value is (202,112,213). Sum of RGB (Red+Green+Blue) = 202+112+213=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA70D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA70D5 is #358F2A. Grayscale: #969696. Windows color (decimal): -3510059 or 13988042. OLE color: 13988042.
HSL color Cylindrical-coordinate representation of color #CA70D5: hue angle of 293.47º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA70D5 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 112 | 213 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.16 |
| HSL | 293.47º | 0.55% | 0.64% | - |
| HSV(B) | 293.47º | 0.47% | 0.84% | - |
| XYZ | 42.16 | 28.95 | 66.32 | - |
| YUV | 150.42 | 163.32 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 213 | 0.05 | 0.47 | 0 | 0.16 | 293.47 | 0.55 | 0.64 |
| Hex | CA | 70 | D5 | 5 | 2F | 0 | 10 | 125 | 37 | 40 |
| Octal | 312 | 160 | 325 | 5 | 57 | 0 | 20 | 445 | 67 | 100 |
| Binary | 11001010 | 1110000 | 11010101 | 101 | 101111 | 0 | 10000 | 100100101 | 110111 | 1000000 |
Color Harmonies of #CA70D5
Complementary color
Monochromatic Colors of #CA70D5
Black with #CA70D5
Text Example
Text Example
White with #CA70D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA70D5; }
p { color: rgb(202,112,213); }
H1.HeaderClassName
{
color: #CA70D5;
}
.AnyTagClassName
{
color: #CA70D5;
}
</style>
background-color css
<style>
a { background-color: #CA70D5; }
a { background-color: rgb(202,112,213); }
div.DivClassName
{
background-color: #CA70D5;
}
.BgClassName
{
background-color: #CA70D5;
}
</style>
border-color css
<style>
span { border-color: #CA70D5; }
span { border-color: rgb(202,112,213); }
td.TdClassName
{
border-color: #CA70D5;
}
.TagClassName
{
border-color: #CA70D5;
}
</style>