Shades of Medium Orchid #CB58DF
Tints of Medium Orchid #CB58DF
RGB
CMYK
RGB Variations
Color information
#CB58DF (or 0xCB58DF) is known color: Medium Orchid. HEX triplet: CB, 58 and DF. RGB value is (203,88,223). Sum of RGB (Red+Green+Blue) = 203+88+223=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB58DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB58DF is #34A720. Grayscale: #898989. Windows color (decimal): -3450657 or 14637259. OLE color: 14637259.
HSL color Cylindrical-coordinate representation of color #CB58DF: hue angle of 291.11º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB58DF is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 88 | 223 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.13 |
| HSL | 291.11º | 0.68% | 0.61% | - |
| HSV(B) | 291.11º | 0.61% | 0.87% | - |
| XYZ | 41.44 | 25 | 72.45 | - |
| YUV | 137.78 | 176.1 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 223 | 0.09 | 0.61 | 0 | 0.13 | 291.11 | 0.68 | 0.61 |
| Hex | CB | 58 | DF | 9 | 3D | 0 | D | 123 | 44 | 3D |
| Octal | 313 | 130 | 337 | 11 | 75 | 0 | 15 | 443 | 104 | 75 |
| Binary | 11001011 | 1011000 | 11011111 | 1001 | 111101 | 0 | 1101 | 100100011 | 1000100 | 111101 |
Color Harmonies of #CB58DF
Complementary color
Monochromatic Colors of #CB58DF
Black with #CB58DF
Text Example
Text Example
White with #CB58DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB58DF; }
p { color: rgb(203,88,223); }
H1.HeaderClassName
{
color: #CB58DF;
}
.AnyTagClassName
{
color: #CB58DF;
}
</style>
background-color css
<style>
a { background-color: #CB58DF; }
a { background-color: rgb(203,88,223); }
div.DivClassName
{
background-color: #CB58DF;
}
.BgClassName
{
background-color: #CB58DF;
}
</style>
border-color css
<style>
span { border-color: #CB58DF; }
span { border-color: rgb(203,88,223); }
td.TdClassName
{
border-color: #CB58DF;
}
.TagClassName
{
border-color: #CB58DF;
}
</style>