Shades of Medium Orchid #CB58EF
Tints of Medium Orchid #CB58EF
RGB
CMYK
RGB Variations
Color information
#CB58EF (or 0xCB58EF) is known color: Medium Orchid. HEX triplet: CB, 58 and EF. RGB value is (203,88,239). Sum of RGB (Red+Green+Blue) = 203+88+239=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 88 (34.77% from 255 or 16.60% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB58EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB58EF is #34A710. Grayscale: #8B8B8B. Windows color (decimal): -3450641 or 15685835. OLE color: 15685835.
HSL color Cylindrical-coordinate representation of color #CB58EF: hue angle of 285.7º degrees, saturation: 0.83, 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 #CB58EF is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 88 | 239 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.06 |
| HSL | 285.7º | 0.83% | 0.64% | - |
| HSV(B) | 285.7º | 0.63% | 0.94% | - |
| XYZ | 43.7 | 25.91 | 84.36 | - |
| YUV | 139.6 | 184.1 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 239 | 0.15 | 0.63 | 0 | 0.06 | 285.7 | 0.83 | 0.64 |
| Hex | CB | 58 | EF | F | 3F | 0 | 6 | 11E | 53 | 40 |
| Octal | 313 | 130 | 357 | 17 | 77 | 0 | 6 | 436 | 123 | 100 |
| Binary | 11001011 | 1011000 | 11101111 | 1111 | 111111 | 0 | 110 | 100011110 | 1010011 | 1000000 |
Color Harmonies of #CB58EF
Complementary color
Monochromatic Colors of #CB58EF
Black with #CB58EF
Text Example
Text Example
White with #CB58EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB58EF; }
p { color: rgb(203,88,239); }
H1.HeaderClassName
{
color: #CB58EF;
}
.AnyTagClassName
{
color: #CB58EF;
}
</style>
background-color css
<style>
a { background-color: #CB58EF; }
a { background-color: rgb(203,88,239); }
div.DivClassName
{
background-color: #CB58EF;
}
.BgClassName
{
background-color: #CB58EF;
}
</style>
border-color css
<style>
span { border-color: #CB58EF; }
span { border-color: rgb(203,88,239); }
td.TdClassName
{
border-color: #CB58EF;
}
.TagClassName
{
border-color: #CB58EF;
}
</style>