Shades of Medium Orchid #CA51DB
Tints of Medium Orchid #CA51DB
RGB
CMYK
RGB Variations
Color information
#CA51DB (or 0xCA51DB) is known color: Medium Orchid. HEX triplet: CA, 51 and DB. RGB value is (202,81,219). Sum of RGB (Red+Green+Blue) = 202+81+219=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 81 (32.03% from 255 or 16.14% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA51DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA51DB is #35AE24. Grayscale: #848484. Windows color (decimal): -3517989 or 14373322. OLE color: 14373322.
HSL color Cylindrical-coordinate representation of color #CA51DB: hue angle of 292.61º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA51DB is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 81 | 219 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.14 |
| HSL | 292.61º | 0.66% | 0.59% | - |
| HSV(B) | 292.61º | 0.63% | 0.86% | - |
| XYZ | 40.09 | 23.56 | 69.45 | - |
| YUV | 132.91 | 176.59 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 219 | 0.08 | 0.63 | 0 | 0.14 | 292.61 | 0.66 | 0.59 |
| Hex | CA | 51 | DB | 8 | 3F | 0 | E | 125 | 42 | 3B |
| Octal | 312 | 121 | 333 | 10 | 77 | 0 | 16 | 445 | 102 | 73 |
| Binary | 11001010 | 1010001 | 11011011 | 1000 | 111111 | 0 | 1110 | 100100101 | 1000010 | 111011 |
Color Harmonies of #CA51DB
Complementary color
Monochromatic Colors of #CA51DB
Black with #CA51DB
Text Example
Text Example
White with #CA51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA51DB; }
p { color: rgb(202,81,219); }
H1.HeaderClassName
{
color: #CA51DB;
}
.AnyTagClassName
{
color: #CA51DB;
}
</style>
background-color css
<style>
a { background-color: #CA51DB; }
a { background-color: rgb(202,81,219); }
div.DivClassName
{
background-color: #CA51DB;
}
.BgClassName
{
background-color: #CA51DB;
}
</style>
border-color css
<style>
span { border-color: #CA51DB; }
span { border-color: rgb(202,81,219); }
td.TdClassName
{
border-color: #CA51DB;
}
.TagClassName
{
border-color: #CA51DB;
}
</style>