Shades of Medium Orchid #CA50DD
Tints of Medium Orchid #CA50DD
RGB
CMYK
RGB Variations
Color information
#CA50DD (or 0xCA50DD) is known color: Medium Orchid. HEX triplet: CA, 50 and DD. RGB value is (202,80,221). Sum of RGB (Red+Green+Blue) = 202+80+221=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA50DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA50DD is #35AF22. Grayscale: #848484. Windows color (decimal): -3518243 or 14504138. OLE color: 14504138.
HSL color Cylindrical-coordinate representation of color #CA50DD: hue angle of 291.91º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA50DD is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 80 | 221 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.13 |
| HSL | 291.91º | 0.67% | 0.59% | - |
| HSV(B) | 291.91º | 0.64% | 0.87% | - |
| XYZ | 40.28 | 23.51 | 70.82 | - |
| YUV | 132.55 | 177.92 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 221 | 0.09 | 0.64 | 0 | 0.13 | 291.91 | 0.67 | 0.59 |
| Hex | CA | 50 | DD | 9 | 40 | 0 | D | 124 | 43 | 3B |
| Octal | 312 | 120 | 335 | 11 | 100 | 0 | 15 | 444 | 103 | 73 |
| Binary | 11001010 | 1010000 | 11011101 | 1001 | 1000000 | 0 | 1101 | 100100100 | 1000011 | 111011 |
Color Harmonies of #CA50DD
Complementary color
Monochromatic Colors of #CA50DD
Black with #CA50DD
Text Example
Text Example
White with #CA50DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA50DD; }
p { color: rgb(202,80,221); }
H1.HeaderClassName
{
color: #CA50DD;
}
.AnyTagClassName
{
color: #CA50DD;
}
</style>
background-color css
<style>
a { background-color: #CA50DD; }
a { background-color: rgb(202,80,221); }
div.DivClassName
{
background-color: #CA50DD;
}
.BgClassName
{
background-color: #CA50DD;
}
</style>
border-color css
<style>
span { border-color: #CA50DD; }
span { border-color: rgb(202,80,221); }
td.TdClassName
{
border-color: #CA50DD;
}
.TagClassName
{
border-color: #CA50DD;
}
</style>