Shades of Medium Orchid #CB4EE6
Tints of Medium Orchid #CB4EE6
RGB
CMYK
RGB Variations
Color information
#CB4EE6 (or 0xCB4EE6) is known color: Medium Orchid. HEX triplet: CB, 4E and E6. RGB value is (203,78,230). Sum of RGB (Red+Green+Blue) = 203+78+230=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 78 (30.86% from 255 or 15.26% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB4EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4EE6 is #34B119. Grayscale: #848484. Windows color (decimal): -3453210 or 15093451. OLE color: 15093451.
HSL color Cylindrical-coordinate representation of color #CB4EE6: hue angle of 289.34º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4EE6 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 78 | 230 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.10 |
| HSL | 289.34º | 0.75% | 0.6% | - |
| HSV(B) | 289.34º | 0.66% | 0.9% | - |
| XYZ | 41.64 | 23.86 | 77.27 | - |
| YUV | 132.7 | 182.91 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 230 | 0.12 | 0.66 | 0 | 0.10 | 289.34 | 0.75 | 0.6 |
| Hex | CB | 4E | E6 | C | 42 | 0 | A | 121 | 4B | 3C |
| Octal | 313 | 116 | 346 | 14 | 102 | 0 | 12 | 441 | 113 | 74 |
| Binary | 11001011 | 1001110 | 11100110 | 1100 | 1000010 | 0 | 1010 | 100100001 | 1001011 | 111100 |
Color Harmonies of #CB4EE6
Complementary color
Monochromatic Colors of #CB4EE6
Black with #CB4EE6
Text Example
Text Example
White with #CB4EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4EE6; }
p { color: rgb(203,78,230); }
H1.HeaderClassName
{
color: #CB4EE6;
}
.AnyTagClassName
{
color: #CB4EE6;
}
</style>
background-color css
<style>
a { background-color: #CB4EE6; }
a { background-color: rgb(203,78,230); }
div.DivClassName
{
background-color: #CB4EE6;
}
.BgClassName
{
background-color: #CB4EE6;
}
</style>
border-color css
<style>
span { border-color: #CB4EE6; }
span { border-color: rgb(203,78,230); }
td.TdClassName
{
border-color: #CB4EE6;
}
.TagClassName
{
border-color: #CB4EE6;
}
</style>