Shades of Orchid #CF70CB
Tints of Orchid #CF70CB
RGB
CMYK
RGB Variations
Color information
#CF70CB (or 0xCF70CB) is known color: Orchid. HEX triplet: CF, 70 and CB. RGB value is (207,112,203). Sum of RGB (Red+Green+Blue) = 207+112+203=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70CB is #308F34. Grayscale: #969696. Windows color (decimal): -3182389 or 13332687. OLE color: 13332687.
HSL color Cylindrical-coordinate representation of color #CF70CB: hue angle of 302.53º 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 #CF70CB is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 203 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.19 |
| HSL | 302.53º | 0.5% | 0.63% | - |
| HSV(B) | 302.53º | 0.46% | 0.81% | - |
| XYZ | 42.31 | 29.17 | 59.9 | - |
| YUV | 150.78 | 157.47 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 203 | 0 | 0.46 | 0.02 | 0.19 | 302.53 | 0.5 | 0.63 |
| Hex | CF | 70 | CB | 0 | 2E | 2 | 13 | 12F | 32 | 3F |
| Octal | 317 | 160 | 313 | 0 | 56 | 2 | 23 | 457 | 62 | 77 |
| Binary | 11001111 | 1110000 | 11001011 | 0 | 101110 | 10 | 10011 | 100101111 | 110010 | 111111 |
Color Harmonies of #CF70CB
Complementary color
Monochromatic Colors of #CF70CB
Black with #CF70CB
Text Example
Text Example
White with #CF70CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70CB; }
p { color: rgb(207,112,203); }
H1.HeaderClassName
{
color: #CF70CB;
}
.AnyTagClassName
{
color: #CF70CB;
}
</style>
background-color css
<style>
a { background-color: #CF70CB; }
a { background-color: rgb(207,112,203); }
div.DivClassName
{
background-color: #CF70CB;
}
.BgClassName
{
background-color: #CF70CB;
}
</style>
border-color css
<style>
span { border-color: #CF70CB; }
span { border-color: rgb(207,112,203); }
td.TdClassName
{
border-color: #CF70CB;
}
.TagClassName
{
border-color: #CF70CB;
}
</style>