Shades of Medium Orchid #CB3EEC
Tints of Medium Orchid #CB3EEC
RGB
CMYK
RGB Variations
Color information
#CB3EEC (or 0xCB3EEC) is known color: Medium Orchid. HEX triplet: CB, 3E and EC. RGB value is (203,62,236). Sum of RGB (Red+Green+Blue) = 203+62+236=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 62 (24.61% from 255 or 12.38% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB3EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3EEC is #34C113. Grayscale: #7B7B7B. Windows color (decimal): -3457300 or 15482571. OLE color: 15482571.
HSL color Cylindrical-coordinate representation of color #CB3EEC: hue angle of 288.62º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3EEC is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 62 | 236 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.07 |
| HSL | 288.62º | 0.82% | 0.58% | - |
| HSV(B) | 288.62º | 0.74% | 0.93% | - |
| XYZ | 41.49 | 22.2 | 81.45 | - |
| YUV | 124 | 191.21 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 236 | 0.14 | 0.74 | 0 | 0.07 | 288.62 | 0.82 | 0.58 |
| Hex | CB | 3E | EC | E | 4A | 0 | 7 | 121 | 52 | 3A |
| Octal | 313 | 76 | 354 | 16 | 112 | 0 | 7 | 441 | 122 | 72 |
| Binary | 11001011 | 111110 | 11101100 | 1110 | 1001010 | 0 | 111 | 100100001 | 1010010 | 111010 |
Color Harmonies of #CB3EEC
Complementary color
Monochromatic Colors of #CB3EEC
Black with #CB3EEC
Text Example
Text Example
White with #CB3EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3EEC; }
p { color: rgb(203,62,236); }
H1.HeaderClassName
{
color: #CB3EEC;
}
.AnyTagClassName
{
color: #CB3EEC;
}
</style>
background-color css
<style>
a { background-color: #CB3EEC; }
a { background-color: rgb(203,62,236); }
div.DivClassName
{
background-color: #CB3EEC;
}
.BgClassName
{
background-color: #CB3EEC;
}
</style>
border-color css
<style>
span { border-color: #CB3EEC; }
span { border-color: rgb(203,62,236); }
td.TdClassName
{
border-color: #CB3EEC;
}
.TagClassName
{
border-color: #CB3EEC;
}
</style>