Shades of Medium Orchid #CA51DD
Tints of Medium Orchid #CA51DD
RGB
CMYK
RGB Variations
Color information
#CA51DD (or 0xCA51DD) is known color: Medium Orchid. HEX triplet: CA, 51 and DD. RGB value is (202,81,221). Sum of RGB (Red+Green+Blue) = 202+81+221=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 81 (32.03% from 255 or 16.07% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA51DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA51DD is #35AE22. Grayscale: #848484. Windows color (decimal): -3517987 or 14504394. OLE color: 14504394.
HSL color Cylindrical-coordinate representation of color #CA51DD: hue angle of 291.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA51DD is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 81 | 221 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.13 |
| HSL | 291.86º | 0.67% | 0.59% | - |
| HSV(B) | 291.86º | 0.63% | 0.87% | - |
| XYZ | 40.35 | 23.66 | 70.85 | - |
| YUV | 133.14 | 177.59 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 221 | 0.09 | 0.63 | 0 | 0.13 | 291.86 | 0.67 | 0.59 |
| Hex | CA | 51 | DD | 9 | 3F | 0 | D | 124 | 43 | 3B |
| Octal | 312 | 121 | 335 | 11 | 77 | 0 | 15 | 444 | 103 | 73 |
| Binary | 11001010 | 1010001 | 11011101 | 1001 | 111111 | 0 | 1101 | 100100100 | 1000011 | 111011 |
Color Harmonies of #CA51DD
Complementary color
Monochromatic Colors of #CA51DD
Black with #CA51DD
Text Example
Text Example
White with #CA51DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA51DD; }
p { color: rgb(202,81,221); }
H1.HeaderClassName
{
color: #CA51DD;
}
.AnyTagClassName
{
color: #CA51DD;
}
</style>
background-color css
<style>
a { background-color: #CA51DD; }
a { background-color: rgb(202,81,221); }
div.DivClassName
{
background-color: #CA51DD;
}
.BgClassName
{
background-color: #CA51DD;
}
</style>
border-color css
<style>
span { border-color: #CA51DD; }
span { border-color: rgb(202,81,221); }
td.TdClassName
{
border-color: #CA51DD;
}
.TagClassName
{
border-color: #CA51DD;
}
</style>