Shades of Medium Orchid #CA41DD
Tints of Medium Orchid #CA41DD
RGB
CMYK
RGB Variations
Color information
#CA41DD (or 0xCA41DD) is known color: Medium Orchid. HEX triplet: CA, 41 and DD. RGB value is (202,65,221). Sum of RGB (Red+Green+Blue) = 202+65+221=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA41DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41DD is #35BE22. Grayscale: #7B7B7B. Windows color (decimal): -3522083 or 14500298. OLE color: 14500298.
HSL color Cylindrical-coordinate representation of color #CA41DD: hue angle of 292.69º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA41DD is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 65 | 221 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.13 |
| HSL | 292.69º | 0.7% | 0.56% | - |
| HSV(B) | 292.69º | 0.71% | 0.87% | - |
| XYZ | 39.3 | 21.56 | 70.5 | - |
| YUV | 123.75 | 182.89 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 221 | 0.09 | 0.71 | 0 | 0.13 | 292.69 | 0.7 | 0.56 |
| Hex | CA | 41 | DD | 9 | 47 | 0 | D | 125 | 46 | 38 |
| Octal | 312 | 101 | 335 | 11 | 107 | 0 | 15 | 445 | 106 | 70 |
| Binary | 11001010 | 1000001 | 11011101 | 1001 | 1000111 | 0 | 1101 | 100100101 | 1000110 | 111000 |
Color Harmonies of #CA41DD
Complementary color
Monochromatic Colors of #CA41DD
Black with #CA41DD
Text Example
Text Example
White with #CA41DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA41DD; }
p { color: rgb(202,65,221); }
H1.HeaderClassName
{
color: #CA41DD;
}
.AnyTagClassName
{
color: #CA41DD;
}
</style>
background-color css
<style>
a { background-color: #CA41DD; }
a { background-color: rgb(202,65,221); }
div.DivClassName
{
background-color: #CA41DD;
}
.BgClassName
{
background-color: #CA41DD;
}
</style>
border-color css
<style>
span { border-color: #CA41DD; }
span { border-color: rgb(202,65,221); }
td.TdClassName
{
border-color: #CA41DD;
}
.TagClassName
{
border-color: #CA41DD;
}
</style>