Shades of Medium Orchid #CB53DF
Tints of Medium Orchid #CB53DF
RGB
CMYK
RGB Variations
Color information
#CB53DF (or 0xCB53DF) is known color: Medium Orchid. HEX triplet: CB, 53 and DF. RGB value is (203,83,223). Sum of RGB (Red+Green+Blue) = 203+83+223=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 83 (32.81% from 255 or 16.31% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB53DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB53DF is #34AC20. Grayscale: #868686. Windows color (decimal): -3451937 or 14635979. OLE color: 14635979.
HSL color Cylindrical-coordinate representation of color #CB53DF: hue angle of 291.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB53DF is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 83 | 223 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.13 |
| HSL | 291.43º | 0.69% | 0.6% | - |
| HSV(B) | 291.43º | 0.63% | 0.87% | - |
| XYZ | 41.04 | 24.21 | 72.32 | - |
| YUV | 134.84 | 177.76 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 223 | 0.09 | 0.63 | 0 | 0.13 | 291.43 | 0.69 | 0.6 |
| Hex | CB | 53 | DF | 9 | 3F | 0 | D | 123 | 45 | 3C |
| Octal | 313 | 123 | 337 | 11 | 77 | 0 | 15 | 443 | 105 | 74 |
| Binary | 11001011 | 1010011 | 11011111 | 1001 | 111111 | 0 | 1101 | 100100011 | 1000101 | 111100 |
Color Harmonies of #CB53DF
Complementary color
Monochromatic Colors of #CB53DF
Black with #CB53DF
Text Example
Text Example
White with #CB53DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB53DF; }
p { color: rgb(203,83,223); }
H1.HeaderClassName
{
color: #CB53DF;
}
.AnyTagClassName
{
color: #CB53DF;
}
</style>
background-color css
<style>
a { background-color: #CB53DF; }
a { background-color: rgb(203,83,223); }
div.DivClassName
{
background-color: #CB53DF;
}
.BgClassName
{
background-color: #CB53DF;
}
</style>
border-color css
<style>
span { border-color: #CB53DF; }
span { border-color: rgb(203,83,223); }
td.TdClassName
{
border-color: #CB53DF;
}
.TagClassName
{
border-color: #CB53DF;
}
</style>