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