Shades of Medium Orchid #CA44DD
Tints of Medium Orchid #CA44DD
RGB
CMYK
RGB Variations
Color information
#CA44DD (or 0xCA44DD) is known color: Medium Orchid. HEX triplet: CA, 44 and DD. RGB value is (202,68,221). Sum of RGB (Red+Green+Blue) = 202+68+221=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 68 (26.95% from 255 or 13.85% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA44DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA44DD is #35BB22. Grayscale: #7D7D7D. Windows color (decimal): -3521315 or 14501066. OLE color: 14501066.
HSL color Cylindrical-coordinate representation of color #CA44DD: hue angle of 292.55º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA44DD is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 68 | 221 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.13 |
| HSL | 292.55º | 0.69% | 0.57% | - |
| HSV(B) | 292.55º | 0.69% | 0.87% | - |
| XYZ | 39.48 | 21.91 | 70.56 | - |
| YUV | 125.51 | 181.89 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 221 | 0.09 | 0.69 | 0 | 0.13 | 292.55 | 0.69 | 0.57 |
| Hex | CA | 44 | DD | 9 | 45 | 0 | D | 125 | 45 | 39 |
| Octal | 312 | 104 | 335 | 11 | 105 | 0 | 15 | 445 | 105 | 71 |
| Binary | 11001010 | 1000100 | 11011101 | 1001 | 1000101 | 0 | 1101 | 100100101 | 1000101 | 111001 |
Color Harmonies of #CA44DD
Complementary color
Monochromatic Colors of #CA44DD
Black with #CA44DD
Text Example
Text Example
White with #CA44DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA44DD; }
p { color: rgb(202,68,221); }
H1.HeaderClassName
{
color: #CA44DD;
}
.AnyTagClassName
{
color: #CA44DD;
}
</style>
background-color css
<style>
a { background-color: #CA44DD; }
a { background-color: rgb(202,68,221); }
div.DivClassName
{
background-color: #CA44DD;
}
.BgClassName
{
background-color: #CA44DD;
}
</style>
border-color css
<style>
span { border-color: #CA44DD; }
span { border-color: rgb(202,68,221); }
td.TdClassName
{
border-color: #CA44DD;
}
.TagClassName
{
border-color: #CA44DD;
}
</style>