Shades of Medium Orchid #CB59EF
Tints of Medium Orchid #CB59EF
RGB
CMYK
RGB Variations
Color information
#CB59EF (or 0xCB59EF) is known color: Medium Orchid. HEX triplet: CB, 59 and EF. RGB value is (203,89,239). Sum of RGB (Red+Green+Blue) = 203+89+239=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 89 (35.16% from 255 or 16.76% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB59EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB59EF is #34A610. Grayscale: #8B8B8B. Windows color (decimal): -3450385 or 15686091. OLE color: 15686091.
HSL color Cylindrical-coordinate representation of color #CB59EF: hue angle of 285.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB59EF is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 89 | 239 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.06 |
| HSL | 285.6º | 0.82% | 0.64% | - |
| HSV(B) | 285.6º | 0.63% | 0.94% | - |
| XYZ | 43.78 | 26.07 | 84.39 | - |
| YUV | 140.19 | 183.77 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 239 | 0.15 | 0.63 | 0 | 0.06 | 285.6 | 0.82 | 0.64 |
| Hex | CB | 59 | EF | F | 3F | 0 | 6 | 11E | 52 | 40 |
| Octal | 313 | 131 | 357 | 17 | 77 | 0 | 6 | 436 | 122 | 100 |
| Binary | 11001011 | 1011001 | 11101111 | 1111 | 111111 | 0 | 110 | 100011110 | 1010010 | 1000000 |
Color Harmonies of #CB59EF
Complementary color
Monochromatic Colors of #CB59EF
Black with #CB59EF
Text Example
Text Example
White with #CB59EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB59EF; }
p { color: rgb(203,89,239); }
H1.HeaderClassName
{
color: #CB59EF;
}
.AnyTagClassName
{
color: #CB59EF;
}
</style>
background-color css
<style>
a { background-color: #CB59EF; }
a { background-color: rgb(203,89,239); }
div.DivClassName
{
background-color: #CB59EF;
}
.BgClassName
{
background-color: #CB59EF;
}
</style>
border-color css
<style>
span { border-color: #CB59EF; }
span { border-color: rgb(203,89,239); }
td.TdClassName
{
border-color: #CB59EF;
}
.TagClassName
{
border-color: #CB59EF;
}
</style>