Shades of Medium Orchid #CB3EEE
Tints of Medium Orchid #CB3EEE
RGB
CMYK
RGB Variations
Color information
#CB3EEE (or 0xCB3EEE) is known color: Medium Orchid. HEX triplet: CB, 3E and EE. RGB value is (203,62,238). Sum of RGB (Red+Green+Blue) = 203+62+238=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 62 (24.61% from 255 or 12.33% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB3EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3EEE is #34C111. Grayscale: #7B7B7B. Windows color (decimal): -3457298 or 15613643. OLE color: 15613643.
HSL color Cylindrical-coordinate representation of color #CB3EEE: hue angle of 288.07º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3EEE is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 62 | 238 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.07 |
| HSL | 288.07º | 0.84% | 0.59% | - |
| HSV(B) | 288.07º | 0.74% | 0.93% | - |
| XYZ | 41.78 | 22.31 | 82.99 | - |
| YUV | 124.22 | 192.21 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 238 | 0.15 | 0.74 | 0 | 0.07 | 288.07 | 0.84 | 0.59 |
| Hex | CB | 3E | EE | F | 4A | 0 | 7 | 120 | 54 | 3B |
| Octal | 313 | 76 | 356 | 17 | 112 | 0 | 7 | 440 | 124 | 73 |
| Binary | 11001011 | 111110 | 11101110 | 1111 | 1001010 | 0 | 111 | 100100000 | 1010100 | 111011 |
Color Harmonies of #CB3EEE
Complementary color
Monochromatic Colors of #CB3EEE
Black with #CB3EEE
Text Example
Text Example
White with #CB3EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3EEE; }
p { color: rgb(203,62,238); }
H1.HeaderClassName
{
color: #CB3EEE;
}
.AnyTagClassName
{
color: #CB3EEE;
}
</style>
background-color css
<style>
a { background-color: #CB3EEE; }
a { background-color: rgb(203,62,238); }
div.DivClassName
{
background-color: #CB3EEE;
}
.BgClassName
{
background-color: #CB3EEE;
}
</style>
border-color css
<style>
span { border-color: #CB3EEE; }
span { border-color: rgb(203,62,238); }
td.TdClassName
{
border-color: #CB3EEE;
}
.TagClassName
{
border-color: #CB3EEE;
}
</style>