Shades of Orchid #CB6EE3
Tints of Orchid #CB6EE3
RGB
CMYK
RGB Variations
Color information
#CB6EE3 (or 0xCB6EE3) is known color: Orchid. HEX triplet: CB, 6E and E3. RGB value is (203,110,227). Sum of RGB (Red+Green+Blue) = 203+110+227=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 227 (89.06% from 255 or 42.04% from 540); Max value from RGB is 227 - color contains mainly: blue. Hex color #CB6EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6EE3 is #34911C. Grayscale: #969696. Windows color (decimal): -3445021 or 14905035. OLE color: 14905035.
HSL color Cylindrical-coordinate representation of color #CB6EE3: hue angle of 287.69º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6EE3 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 110 | 227 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.11 |
| HSL | 287.69º | 0.68% | 0.66% | - |
| HSV(B) | 287.69º | 0.52% | 0.89% | - |
| XYZ | 44.07 | 29.39 | 76.02 | - |
| YUV | 151.15 | 170.81 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 227 | 0.11 | 0.52 | 0 | 0.11 | 287.69 | 0.68 | 0.66 |
| Hex | CB | 6E | E3 | B | 34 | 0 | B | 120 | 44 | 42 |
| Octal | 313 | 156 | 343 | 13 | 64 | 0 | 13 | 440 | 104 | 102 |
| Binary | 11001011 | 1101110 | 11100011 | 1011 | 110100 | 0 | 1011 | 100100000 | 1000100 | 1000010 |
Color Harmonies of #CB6EE3
Complementary color
Monochromatic Colors of #CB6EE3
Black with #CB6EE3
Text Example
Text Example
White with #CB6EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6EE3; }
p { color: rgb(203,110,227); }
H1.HeaderClassName
{
color: #CB6EE3;
}
.AnyTagClassName
{
color: #CB6EE3;
}
</style>
background-color css
<style>
a { background-color: #CB6EE3; }
a { background-color: rgb(203,110,227); }
div.DivClassName
{
background-color: #CB6EE3;
}
.BgClassName
{
background-color: #CB6EE3;
}
</style>
border-color css
<style>
span { border-color: #CB6EE3; }
span { border-color: rgb(203,110,227); }
td.TdClassName
{
border-color: #CB6EE3;
}
.TagClassName
{
border-color: #CB6EE3;
}
</style>