Shades of Medium Orchid #CB53DA
Tints of Medium Orchid #CB53DA
RGB
CMYK
RGB Variations
Color information
#CB53DA (or 0xCB53DA) is known color: Medium Orchid. HEX triplet: CB, 53 and DA. RGB value is (203,83,218). Sum of RGB (Red+Green+Blue) = 203+83+218=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 83 (32.81% from 255 or 16.47% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB53DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB53DA is #34AC25. Grayscale: #858585. Windows color (decimal): -3451942 or 14308299. OLE color: 14308299.
HSL color Cylindrical-coordinate representation of color #CB53DA: hue angle of 293.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB53DA is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 83 | 218 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.15 |
| HSL | 293.33º | 0.65% | 0.59% | - |
| HSV(B) | 293.33º | 0.62% | 0.85% | - |
| XYZ | 40.38 | 23.94 | 68.82 | - |
| YUV | 134.27 | 175.26 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 218 | 0.07 | 0.62 | 0 | 0.15 | 293.33 | 0.65 | 0.59 |
| Hex | CB | 53 | DA | 7 | 3E | 0 | F | 125 | 41 | 3B |
| Octal | 313 | 123 | 332 | 7 | 76 | 0 | 17 | 445 | 101 | 73 |
| Binary | 11001011 | 1010011 | 11011010 | 111 | 111110 | 0 | 1111 | 100100101 | 1000001 | 111011 |
Color Harmonies of #CB53DA
Complementary color
Monochromatic Colors of #CB53DA
Black with #CB53DA
Text Example
Text Example
White with #CB53DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB53DA; }
p { color: rgb(203,83,218); }
H1.HeaderClassName
{
color: #CB53DA;
}
.AnyTagClassName
{
color: #CB53DA;
}
</style>
background-color css
<style>
a { background-color: #CB53DA; }
a { background-color: rgb(203,83,218); }
div.DivClassName
{
background-color: #CB53DA;
}
.BgClassName
{
background-color: #CB53DA;
}
</style>
border-color css
<style>
span { border-color: #CB53DA; }
span { border-color: rgb(203,83,218); }
td.TdClassName
{
border-color: #CB53DA;
}
.TagClassName
{
border-color: #CB53DA;
}
</style>