Shades of Orchid #CF70CA
Tints of Orchid #CF70CA
RGB
CMYK
RGB Variations
Color information
#CF70CA (or 0xCF70CA) is known color: Orchid. HEX triplet: CF, 70 and CA. RGB value is (207,112,202). Sum of RGB (Red+Green+Blue) = 207+112+202=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70CA is #308F35. Grayscale: #969696. Windows color (decimal): -3182390 or 13267151. OLE color: 13267151.
HSL color Cylindrical-coordinate representation of color #CF70CA: hue angle of 303.16º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF70CA is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 202 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.19 |
| HSL | 303.16º | 0.5% | 0.63% | - |
| HSV(B) | 303.16º | 0.46% | 0.81% | - |
| XYZ | 42.19 | 29.12 | 59.27 | - |
| YUV | 150.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 202 | 0 | 0.46 | 0.02 | 0.19 | 303.16 | 0.5 | 0.63 |
| Hex | CF | 70 | CA | 0 | 2E | 2 | 13 | 12F | 32 | 3F |
| Octal | 317 | 160 | 312 | 0 | 56 | 2 | 23 | 457 | 62 | 77 |
| Binary | 11001111 | 1110000 | 11001010 | 0 | 101110 | 10 | 10011 | 100101111 | 110010 | 111111 |
Color Harmonies of #CF70CA
Complementary color
Monochromatic Colors of #CF70CA
Black with #CF70CA
Text Example
Text Example
White with #CF70CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70CA; }
p { color: rgb(207,112,202); }
H1.HeaderClassName
{
color: #CF70CA;
}
.AnyTagClassName
{
color: #CF70CA;
}
</style>
background-color css
<style>
a { background-color: #CF70CA; }
a { background-color: rgb(207,112,202); }
div.DivClassName
{
background-color: #CF70CA;
}
.BgClassName
{
background-color: #CF70CA;
}
</style>
border-color css
<style>
span { border-color: #CF70CA; }
span { border-color: rgb(207,112,202); }
td.TdClassName
{
border-color: #CF70CA;
}
.TagClassName
{
border-color: #CF70CA;
}
</style>