Shades of Medium Orchid #CB51DA
Tints of Medium Orchid #CB51DA
RGB
CMYK
RGB Variations
Color information
#CB51DA (or 0xCB51DA) is known color: Medium Orchid. HEX triplet: CB, 51 and DA. RGB value is (203,81,218). Sum of RGB (Red+Green+Blue) = 203+81+218=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 81 (32.03% from 255 or 16.14% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB51DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB51DA is #34AE25. Grayscale: #848484. Windows color (decimal): -3452454 or 14307787. OLE color: 14307787.
HSL color Cylindrical-coordinate representation of color #CB51DA: hue angle of 293.43º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB51DA is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 81 | 218 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.15 |
| HSL | 293.43º | 0.65% | 0.59% | - |
| HSV(B) | 293.43º | 0.63% | 0.85% | - |
| XYZ | 40.23 | 23.64 | 68.77 | - |
| YUV | 133.1 | 175.92 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 218 | 0.07 | 0.63 | 0 | 0.15 | 293.43 | 0.65 | 0.59 |
| Hex | CB | 51 | DA | 7 | 3F | 0 | F | 125 | 41 | 3B |
| Octal | 313 | 121 | 332 | 7 | 77 | 0 | 17 | 445 | 101 | 73 |
| Binary | 11001011 | 1010001 | 11011010 | 111 | 111111 | 0 | 1111 | 100100101 | 1000001 | 111011 |
Color Harmonies of #CB51DA
Complementary color
Monochromatic Colors of #CB51DA
Black with #CB51DA
Text Example
Text Example
White with #CB51DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB51DA; }
p { color: rgb(203,81,218); }
H1.HeaderClassName
{
color: #CB51DA;
}
.AnyTagClassName
{
color: #CB51DA;
}
</style>
background-color css
<style>
a { background-color: #CB51DA; }
a { background-color: rgb(203,81,218); }
div.DivClassName
{
background-color: #CB51DA;
}
.BgClassName
{
background-color: #CB51DA;
}
</style>
border-color css
<style>
span { border-color: #CB51DA; }
span { border-color: rgb(203,81,218); }
td.TdClassName
{
border-color: #CB51DA;
}
.TagClassName
{
border-color: #CB51DA;
}
</style>