Shades of Medium Orchid #CB58DC
Tints of Medium Orchid #CB58DC
RGB
CMYK
RGB Variations
Color information
#CB58DC (or 0xCB58DC) is known color: Medium Orchid. HEX triplet: CB, 58 and DC. RGB value is (203,88,220). Sum of RGB (Red+Green+Blue) = 203+88+220=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 88 (34.77% from 255 or 17.22% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB58DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB58DC is #34A723. Grayscale: #898989. Windows color (decimal): -3450660 or 14440651. OLE color: 14440651.
HSL color Cylindrical-coordinate representation of color #CB58DC: hue angle of 292.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB58DC is Cyan = 0.08, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 88 | 220 | - |
| CMYK | 0.08 | 0.6 | 0 | 0.14 |
| HSL | 292.27º | 0.65% | 0.6% | - |
| HSV(B) | 292.27º | 0.6% | 0.86% | - |
| XYZ | 41.04 | 24.84 | 70.34 | - |
| YUV | 137.43 | 174.6 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 220 | 0.08 | 0.6 | 0 | 0.14 | 292.27 | 0.65 | 0.6 |
| Hex | CB | 58 | DC | 8 | 3C | 0 | E | 124 | 41 | 3C |
| Octal | 313 | 130 | 334 | 10 | 74 | 0 | 16 | 444 | 101 | 74 |
| Binary | 11001011 | 1011000 | 11011100 | 1000 | 111100 | 0 | 1110 | 100100100 | 1000001 | 111100 |
Color Harmonies of #CB58DC
Complementary color
Monochromatic Colors of #CB58DC
Black with #CB58DC
Text Example
Text Example
White with #CB58DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB58DC; }
p { color: rgb(203,88,220); }
H1.HeaderClassName
{
color: #CB58DC;
}
.AnyTagClassName
{
color: #CB58DC;
}
</style>
background-color css
<style>
a { background-color: #CB58DC; }
a { background-color: rgb(203,88,220); }
div.DivClassName
{
background-color: #CB58DC;
}
.BgClassName
{
background-color: #CB58DC;
}
</style>
border-color css
<style>
span { border-color: #CB58DC; }
span { border-color: rgb(203,88,220); }
td.TdClassName
{
border-color: #CB58DC;
}
.TagClassName
{
border-color: #CB58DC;
}
</style>