Shades of Medium Orchid #CB58EE
Tints of Medium Orchid #CB58EE
RGB
CMYK
RGB Variations
Color information
#CB58EE (or 0xCB58EE) is known color: Medium Orchid. HEX triplet: CB, 58 and EE. RGB value is (203,88,238). Sum of RGB (Red+Green+Blue) = 203+88+238=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB58EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB58EE is #34A711. Grayscale: #8B8B8B. Windows color (decimal): -3450642 or 15620299. OLE color: 15620299.
HSL color Cylindrical-coordinate representation of color #CB58EE: hue angle of 286º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB58EE is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 88 | 238 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.07 |
| HSL | 286º | 0.82% | 0.64% | - |
| HSV(B) | 286º | 0.63% | 0.93% | - |
| XYZ | 43.55 | 25.85 | 83.58 | - |
| YUV | 139.49 | 183.6 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 238 | 0.15 | 0.63 | 0 | 0.07 | 286 | 0.82 | 0.64 |
| Hex | CB | 58 | EE | F | 3F | 0 | 7 | 11E | 52 | 40 |
| Octal | 313 | 130 | 356 | 17 | 77 | 0 | 7 | 436 | 122 | 100 |
| Binary | 11001011 | 1011000 | 11101110 | 1111 | 111111 | 0 | 111 | 100011110 | 1010010 | 1000000 |
Color Harmonies of #CB58EE
Complementary color
Monochromatic Colors of #CB58EE
Black with #CB58EE
Text Example
Text Example
White with #CB58EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB58EE; }
p { color: rgb(203,88,238); }
H1.HeaderClassName
{
color: #CB58EE;
}
.AnyTagClassName
{
color: #CB58EE;
}
</style>
background-color css
<style>
a { background-color: #CB58EE; }
a { background-color: rgb(203,88,238); }
div.DivClassName
{
background-color: #CB58EE;
}
.BgClassName
{
background-color: #CB58EE;
}
</style>
border-color css
<style>
span { border-color: #CB58EE; }
span { border-color: rgb(203,88,238); }
td.TdClassName
{
border-color: #CB58EE;
}
.TagClassName
{
border-color: #CB58EE;
}
</style>