Shades of Orchid #CA70BF
Tints of Orchid #CA70BF
RGB
CMYK
RGB Variations
Color information
#CA70BF (or 0xCA70BF) is known color: Orchid. HEX triplet: CA, 70 and BF. RGB value is (202,112,191). Sum of RGB (Red+Green+Blue) = 202+112+191=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA70BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA70BF is #358F40. Grayscale: #939393. Windows color (decimal): -3510081 or 12546250. OLE color: 12546250.
HSL color Cylindrical-coordinate representation of color #CA70BF: hue angle of 307.33º 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 #CA70BF is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 191 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.21 |
| HSL | 307.33º | 0.46% | 0.62% | - |
| HSV(B) | 307.33º | 0.45% | 0.79% | - |
| XYZ | 39.56 | 27.91 | 52.59 | - |
| YUV | 147.92 | 152.32 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 191 | 0 | 0.45 | 0.05 | 0.21 | 307.33 | 0.46 | 0.62 |
| Hex | CA | 70 | BF | 0 | 2D | 5 | 15 | 133 | 2E | 3E |
| Octal | 312 | 160 | 277 | 0 | 55 | 5 | 25 | 463 | 56 | 76 |
| Binary | 11001010 | 1110000 | 10111111 | 0 | 101101 | 101 | 10101 | 100110011 | 101110 | 111110 |
Color Harmonies of #CA70BF
Complementary color
Monochromatic Colors of #CA70BF
Black with #CA70BF
Text Example
Text Example
White with #CA70BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA70BF; }
p { color: rgb(202,112,191); }
H1.HeaderClassName
{
color: #CA70BF;
}
.AnyTagClassName
{
color: #CA70BF;
}
</style>
background-color css
<style>
a { background-color: #CA70BF; }
a { background-color: rgb(202,112,191); }
div.DivClassName
{
background-color: #CA70BF;
}
.BgClassName
{
background-color: #CA70BF;
}
</style>
border-color css
<style>
span { border-color: #CA70BF; }
span { border-color: rgb(202,112,191); }
td.TdClassName
{
border-color: #CA70BF;
}
.TagClassName
{
border-color: #CA70BF;
}
</style>