Shades of Medium Orchid #CA46DD
Tints of Medium Orchid #CA46DD
RGB
CMYK
RGB Variations
Color information
#CA46DD (or 0xCA46DD) is known color: Medium Orchid. HEX triplet: CA, 46 and DD. RGB value is (202,70,221). Sum of RGB (Red+Green+Blue) = 202+70+221=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 70 (27.73% from 255 or 14.20% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA46DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA46DD is #35B922. Grayscale: #7E7E7E. Windows color (decimal): -3520803 or 14501578. OLE color: 14501578.
HSL color Cylindrical-coordinate representation of color #CA46DD: hue angle of 292.45º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA46DD is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 70 | 221 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.13 |
| HSL | 292.45º | 0.69% | 0.57% | - |
| HSV(B) | 292.45º | 0.68% | 0.87% | - |
| XYZ | 39.6 | 22.16 | 70.6 | - |
| YUV | 126.68 | 181.23 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 221 | 0.09 | 0.68 | 0 | 0.13 | 292.45 | 0.69 | 0.57 |
| Hex | CA | 46 | DD | 9 | 44 | 0 | D | 124 | 45 | 39 |
| Octal | 312 | 106 | 335 | 11 | 104 | 0 | 15 | 444 | 105 | 71 |
| Binary | 11001010 | 1000110 | 11011101 | 1001 | 1000100 | 0 | 1101 | 100100100 | 1000101 | 111001 |
Color Harmonies of #CA46DD
Complementary color
Monochromatic Colors of #CA46DD
Black with #CA46DD
Text Example
Text Example
White with #CA46DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA46DD; }
p { color: rgb(202,70,221); }
H1.HeaderClassName
{
color: #CA46DD;
}
.AnyTagClassName
{
color: #CA46DD;
}
</style>
background-color css
<style>
a { background-color: #CA46DD; }
a { background-color: rgb(202,70,221); }
div.DivClassName
{
background-color: #CA46DD;
}
.BgClassName
{
background-color: #CA46DD;
}
</style>
border-color css
<style>
span { border-color: #CA46DD; }
span { border-color: rgb(202,70,221); }
td.TdClassName
{
border-color: #CA46DD;
}
.TagClassName
{
border-color: #CA46DD;
}
</style>