Shades of Medium Orchid #CB3EEF
Tints of Medium Orchid #CB3EEF
RGB
CMYK
RGB Variations
Color information
#CB3EEF (or 0xCB3EEF) is known color: Medium Orchid. HEX triplet: CB, 3E and EF. RGB value is (203,62,239). Sum of RGB (Red+Green+Blue) = 203+62+239=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 62 (24.61% from 255 or 12.30% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB3EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3EEF is #34C110. Grayscale: #7B7B7B. Windows color (decimal): -3457297 or 15679179. OLE color: 15679179.
HSL color Cylindrical-coordinate representation of color #CB3EEF: hue angle of 287.8º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3EEF is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 62 | 239 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.06 |
| HSL | 287.8º | 0.85% | 0.59% | - |
| HSV(B) | 287.8º | 0.74% | 0.94% | - |
| XYZ | 41.93 | 22.37 | 83.77 | - |
| YUV | 124.34 | 192.71 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 239 | 0.15 | 0.74 | 0 | 0.06 | 287.8 | 0.85 | 0.59 |
| Hex | CB | 3E | EF | F | 4A | 0 | 6 | 120 | 55 | 3B |
| Octal | 313 | 76 | 357 | 17 | 112 | 0 | 6 | 440 | 125 | 73 |
| Binary | 11001011 | 111110 | 11101111 | 1111 | 1001010 | 0 | 110 | 100100000 | 1010101 | 111011 |
Color Harmonies of #CB3EEF
Complementary color
Monochromatic Colors of #CB3EEF
Black with #CB3EEF
Text Example
Text Example
White with #CB3EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3EEF; }
p { color: rgb(203,62,239); }
H1.HeaderClassName
{
color: #CB3EEF;
}
.AnyTagClassName
{
color: #CB3EEF;
}
</style>
background-color css
<style>
a { background-color: #CB3EEF; }
a { background-color: rgb(203,62,239); }
div.DivClassName
{
background-color: #CB3EEF;
}
.BgClassName
{
background-color: #CB3EEF;
}
</style>
border-color css
<style>
span { border-color: #CB3EEF; }
span { border-color: rgb(203,62,239); }
td.TdClassName
{
border-color: #CB3EEF;
}
.TagClassName
{
border-color: #CB3EEF;
}
</style>