Shades of Medium Orchid #CB44EE
Tints of Medium Orchid #CB44EE
RGB
CMYK
RGB Variations
Color information
#CB44EE (or 0xCB44EE) is known color: Medium Orchid. HEX triplet: CB, 44 and EE. RGB value is (203,68,238). Sum of RGB (Red+Green+Blue) = 203+68+238=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 68 (26.95% from 255 or 13.36% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB44EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB44EE is #34BB11. Grayscale: #7F7F7F. Windows color (decimal): -3455762 or 15615179. OLE color: 15615179.
HSL color Cylindrical-coordinate representation of color #CB44EE: hue angle of 287.65º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB44EE is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 68 | 238 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.07 |
| HSL | 287.65º | 0.83% | 0.6% | - |
| HSV(B) | 287.65º | 0.71% | 0.93% | - |
| XYZ | 42.13 | 23 | 83.11 | - |
| YUV | 127.75 | 190.23 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 238 | 0.15 | 0.71 | 0 | 0.07 | 287.65 | 0.83 | 0.6 |
| Hex | CB | 44 | EE | F | 47 | 0 | 7 | 120 | 53 | 3C |
| Octal | 313 | 104 | 356 | 17 | 107 | 0 | 7 | 440 | 123 | 74 |
| Binary | 11001011 | 1000100 | 11101110 | 1111 | 1000111 | 0 | 111 | 100100000 | 1010011 | 111100 |
Color Harmonies of #CB44EE
Complementary color
Monochromatic Colors of #CB44EE
Black with #CB44EE
Text Example
Text Example
White with #CB44EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB44EE; }
p { color: rgb(203,68,238); }
H1.HeaderClassName
{
color: #CB44EE;
}
.AnyTagClassName
{
color: #CB44EE;
}
</style>
background-color css
<style>
a { background-color: #CB44EE; }
a { background-color: rgb(203,68,238); }
div.DivClassName
{
background-color: #CB44EE;
}
.BgClassName
{
background-color: #CB44EE;
}
</style>
border-color css
<style>
span { border-color: #CB44EE; }
span { border-color: rgb(203,68,238); }
td.TdClassName
{
border-color: #CB44EE;
}
.TagClassName
{
border-color: #CB44EE;
}
</style>