Shades of Medium Orchid #CB58DA
Tints of Medium Orchid #CB58DA
RGB
CMYK
RGB Variations
Color information
#CB58DA (or 0xCB58DA) is known color: Medium Orchid. HEX triplet: CB, 58 and DA. RGB value is (203,88,218). Sum of RGB (Red+Green+Blue) = 203+88+218=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB58DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB58DA is #34A725. Grayscale: #888888. Windows color (decimal): -3450662 or 14309579. OLE color: 14309579.
HSL color Cylindrical-coordinate representation of color #CB58DA: hue angle of 293.08º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB58DA is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 88 | 218 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.15 |
| HSL | 293.08º | 0.64% | 0.6% | - |
| HSV(B) | 293.08º | 0.6% | 0.85% | - |
| XYZ | 40.77 | 24.74 | 68.96 | - |
| YUV | 137.21 | 173.6 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 218 | 0.07 | 0.60 | 0 | 0.15 | 293.08 | 0.64 | 0.6 |
| Hex | CB | 58 | DA | 7 | 3C | 0 | F | 125 | 40 | 3C |
| Octal | 313 | 130 | 332 | 7 | 74 | 0 | 17 | 445 | 100 | 74 |
| Binary | 11001011 | 1011000 | 11011010 | 111 | 111100 | 0 | 1111 | 100100101 | 1000000 | 111100 |
Color Harmonies of #CB58DA
Complementary color
Monochromatic Colors of #CB58DA
Black with #CB58DA
Text Example
Text Example
White with #CB58DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB58DA; }
p { color: rgb(203,88,218); }
H1.HeaderClassName
{
color: #CB58DA;
}
.AnyTagClassName
{
color: #CB58DA;
}
</style>
background-color css
<style>
a { background-color: #CB58DA; }
a { background-color: rgb(203,88,218); }
div.DivClassName
{
background-color: #CB58DA;
}
.BgClassName
{
background-color: #CB58DA;
}
</style>
border-color css
<style>
span { border-color: #CB58DA; }
span { border-color: rgb(203,88,218); }
td.TdClassName
{
border-color: #CB58DA;
}
.TagClassName
{
border-color: #CB58DA;
}
</style>