Shades of Medium Orchid #CB58EA
Tints of Medium Orchid #CB58EA
RGB
CMYK
RGB Variations
Color information
#CB58EA (or 0xCB58EA) is known color: Medium Orchid. HEX triplet: CB, 58 and EA. RGB value is (203,88,234). Sum of RGB (Red+Green+Blue) = 203+88+234=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 88 (34.77% from 255 or 16.76% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB58EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB58EA is #34A715. Grayscale: #8A8A8A. Windows color (decimal): -3450646 or 15358155. OLE color: 15358155.
HSL color Cylindrical-coordinate representation of color #CB58EA: hue angle of 287.26º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB58EA is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 88 | 234 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.08 |
| HSL | 287.26º | 0.78% | 0.63% | - |
| HSV(B) | 287.26º | 0.62% | 0.92% | - |
| XYZ | 42.97 | 25.62 | 80.52 | - |
| YUV | 139.03 | 181.6 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 234 | 0.13 | 0.62 | 0 | 0.08 | 287.26 | 0.78 | 0.63 |
| Hex | CB | 58 | EA | D | 3E | 0 | 8 | 11F | 4E | 3F |
| Octal | 313 | 130 | 352 | 15 | 76 | 0 | 10 | 437 | 116 | 77 |
| Binary | 11001011 | 1011000 | 11101010 | 1101 | 111110 | 0 | 1000 | 100011111 | 1001110 | 111111 |
Color Harmonies of #CB58EA
Complementary color
Monochromatic Colors of #CB58EA
Black with #CB58EA
Text Example
Text Example
White with #CB58EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB58EA; }
p { color: rgb(203,88,234); }
H1.HeaderClassName
{
color: #CB58EA;
}
.AnyTagClassName
{
color: #CB58EA;
}
</style>
background-color css
<style>
a { background-color: #CB58EA; }
a { background-color: rgb(203,88,234); }
div.DivClassName
{
background-color: #CB58EA;
}
.BgClassName
{
background-color: #CB58EA;
}
</style>
border-color css
<style>
span { border-color: #CB58EA; }
span { border-color: rgb(203,88,234); }
td.TdClassName
{
border-color: #CB58EA;
}
.TagClassName
{
border-color: #CB58EA;
}
</style>