Shades of Orchid #CB70E1
Tints of Orchid #CB70E1
RGB
CMYK
RGB Variations
Color information
#CB70E1 (or 0xCB70E1) is known color: Orchid. HEX triplet: CB, 70 and E1. RGB value is (203,112,225). Sum of RGB (Red+Green+Blue) = 203+112+225=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB70E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB70E1 is #348F1E. Grayscale: #979797. Windows color (decimal): -3444511 or 14774475. OLE color: 14774475.
HSL color Cylindrical-coordinate representation of color #CB70E1: hue angle of 288.32º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB70E1 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 112 | 225 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.12 |
| HSL | 288.32º | 0.65% | 0.66% | - |
| HSV(B) | 288.32º | 0.5% | 0.88% | - |
| XYZ | 44.01 | 29.72 | 74.65 | - |
| YUV | 152.09 | 169.15 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 225 | 0.10 | 0.50 | 0 | 0.12 | 288.32 | 0.65 | 0.66 |
| Hex | CB | 70 | E1 | A | 32 | 0 | C | 120 | 41 | 42 |
| Octal | 313 | 160 | 341 | 12 | 62 | 0 | 14 | 440 | 101 | 102 |
| Binary | 11001011 | 1110000 | 11100001 | 1010 | 110010 | 0 | 1100 | 100100000 | 1000001 | 1000010 |
Color Harmonies of #CB70E1
Complementary color
Monochromatic Colors of #CB70E1
Black with #CB70E1
Text Example
Text Example
White with #CB70E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB70E1; }
p { color: rgb(203,112,225); }
H1.HeaderClassName
{
color: #CB70E1;
}
.AnyTagClassName
{
color: #CB70E1;
}
</style>
background-color css
<style>
a { background-color: #CB70E1; }
a { background-color: rgb(203,112,225); }
div.DivClassName
{
background-color: #CB70E1;
}
.BgClassName
{
background-color: #CB70E1;
}
</style>
border-color css
<style>
span { border-color: #CB70E1; }
span { border-color: rgb(203,112,225); }
td.TdClassName
{
border-color: #CB70E1;
}
.TagClassName
{
border-color: #CB70E1;
}
</style>