Shades of Orchid #CB6EC0
Tints of Orchid #CB6EC0
RGB
CMYK
RGB Variations
Color information
#CB6EC0 (or 0xCB6EC0) is known color: Orchid. HEX triplet: CB, 6E and C0. RGB value is (203,110,192). Sum of RGB (Red+Green+Blue) = 203+110+192=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6EC0 is #34913F. Grayscale: #929292. Windows color (decimal): -3445056 or 12611275. OLE color: 12611275.
HSL color Cylindrical-coordinate representation of color #CB6EC0: hue angle of 307.1º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB6EC0 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 110 | 192 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.20 |
| HSL | 307.1º | 0.47% | 0.61% | - |
| HSV(B) | 307.1º | 0.46% | 0.8% | - |
| XYZ | 39.72 | 27.65 | 53.11 | - |
| YUV | 147.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 192 | 0 | 0.46 | 0.05 | 0.20 | 307.1 | 0.47 | 0.61 |
| Hex | CB | 6E | C0 | 0 | 2E | 5 | 14 | 133 | 2F | 3D |
| Octal | 313 | 156 | 300 | 0 | 56 | 5 | 24 | 463 | 57 | 75 |
| Binary | 11001011 | 1101110 | 11000000 | 0 | 101110 | 101 | 10100 | 100110011 | 101111 | 111101 |
Color Harmonies of #CB6EC0
Complementary color
Monochromatic Colors of #CB6EC0
Black with #CB6EC0
Text Example
Text Example
White with #CB6EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6EC0; }
p { color: rgb(203,110,192); }
H1.HeaderClassName
{
color: #CB6EC0;
}
.AnyTagClassName
{
color: #CB6EC0;
}
</style>
background-color css
<style>
a { background-color: #CB6EC0; }
a { background-color: rgb(203,110,192); }
div.DivClassName
{
background-color: #CB6EC0;
}
.BgClassName
{
background-color: #CB6EC0;
}
</style>
border-color css
<style>
span { border-color: #CB6EC0; }
span { border-color: rgb(203,110,192); }
td.TdClassName
{
border-color: #CB6EC0;
}
.TagClassName
{
border-color: #CB6EC0;
}
</style>