Shades of Medium Orchid #CB4EE4
Tints of Medium Orchid #CB4EE4
RGB
CMYK
RGB Variations
Color information
#CB4EE4 (or 0xCB4EE4) is known color: Medium Orchid. HEX triplet: CB, 4E and E4. RGB value is (203,78,228). Sum of RGB (Red+Green+Blue) = 203+78+228=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 78 (30.86% from 255 or 15.32% from 509); Blue value is 228 (89.45% from 255 or 44.79% from 509); Max value from RGB is 228 - color contains mainly: blue. Hex color #CB4EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4EE4 is #34B11B. Grayscale: #848484. Windows color (decimal): -3453212 or 14962379. OLE color: 14962379.
HSL color Cylindrical-coordinate representation of color #CB4EE4: hue angle of 290º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4EE4 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 78 | 228 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.11 |
| HSL | 290º | 0.74% | 0.6% | - |
| HSV(B) | 290º | 0.66% | 0.89% | - |
| XYZ | 41.36 | 23.75 | 75.8 | - |
| YUV | 132.48 | 181.91 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 228 | 0.11 | 0.66 | 0 | 0.11 | 290 | 0.74 | 0.6 |
| Hex | CB | 4E | E4 | B | 42 | 0 | B | 122 | 4A | 3C |
| Octal | 313 | 116 | 344 | 13 | 102 | 0 | 13 | 442 | 112 | 74 |
| Binary | 11001011 | 1001110 | 11100100 | 1011 | 1000010 | 0 | 1011 | 100100010 | 1001010 | 111100 |
Color Harmonies of #CB4EE4
Complementary color
Monochromatic Colors of #CB4EE4
Black with #CB4EE4
Text Example
Text Example
White with #CB4EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4EE4; }
p { color: rgb(203,78,228); }
H1.HeaderClassName
{
color: #CB4EE4;
}
.AnyTagClassName
{
color: #CB4EE4;
}
</style>
background-color css
<style>
a { background-color: #CB4EE4; }
a { background-color: rgb(203,78,228); }
div.DivClassName
{
background-color: #CB4EE4;
}
.BgClassName
{
background-color: #CB4EE4;
}
</style>
border-color css
<style>
span { border-color: #CB4EE4; }
span { border-color: rgb(203,78,228); }
td.TdClassName
{
border-color: #CB4EE4;
}
.TagClassName
{
border-color: #CB4EE4;
}
</style>