Shades of Medium Orchid #CB58D7
Tints of Medium Orchid #CB58D7
RGB
CMYK
RGB Variations
Color information
#CB58D7 (or 0xCB58D7) is known color: Medium Orchid. HEX triplet: CB, 58 and D7. RGB value is (203,88,215). Sum of RGB (Red+Green+Blue) = 203+88+215=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB58D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB58D7 is #34A728. Grayscale: #888888. Windows color (decimal): -3450665 or 14112971. OLE color: 14112971.
HSL color Cylindrical-coordinate representation of color #CB58D7: hue angle of 294.33º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB58D7 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 88 | 215 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.16 |
| HSL | 294.33º | 0.61% | 0.59% | - |
| HSV(B) | 294.33º | 0.59% | 0.84% | - |
| XYZ | 40.38 | 24.58 | 66.91 | - |
| YUV | 136.86 | 172.1 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 215 | 0.06 | 0.59 | 0 | 0.16 | 294.33 | 0.61 | 0.59 |
| Hex | CB | 58 | D7 | 6 | 3B | 0 | 10 | 126 | 3D | 3B |
| Octal | 313 | 130 | 327 | 6 | 73 | 0 | 20 | 446 | 75 | 73 |
| Binary | 11001011 | 1011000 | 11010111 | 110 | 111011 | 0 | 10000 | 100100110 | 111101 | 111011 |
Color Harmonies of #CB58D7
Complementary color
Monochromatic Colors of #CB58D7
Black with #CB58D7
Text Example
Text Example
White with #CB58D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB58D7; }
p { color: rgb(203,88,215); }
H1.HeaderClassName
{
color: #CB58D7;
}
.AnyTagClassName
{
color: #CB58D7;
}
</style>
background-color css
<style>
a { background-color: #CB58D7; }
a { background-color: rgb(203,88,215); }
div.DivClassName
{
background-color: #CB58D7;
}
.BgClassName
{
background-color: #CB58D7;
}
</style>
border-color css
<style>
span { border-color: #CB58D7; }
span { border-color: rgb(203,88,215); }
td.TdClassName
{
border-color: #CB58D7;
}
.TagClassName
{
border-color: #CB58D7;
}
</style>