Shades of Medium Orchid #CA48DD
Tints of Medium Orchid #CA48DD
RGB
CMYK
RGB Variations
Color information
#CA48DD (or 0xCA48DD) is known color: Medium Orchid. HEX triplet: CA, 48 and DD. RGB value is (202,72,221). Sum of RGB (Red+Green+Blue) = 202+72+221=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 72 (28.52% from 255 or 14.55% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA48DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA48DD is #35B722. Grayscale: #7F7F7F. Windows color (decimal): -3520291 or 14502090. OLE color: 14502090.
HSL color Cylindrical-coordinate representation of color #CA48DD: hue angle of 292.35º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA48DD is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 72 | 221 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.13 |
| HSL | 292.35º | 0.69% | 0.57% | - |
| HSV(B) | 292.35º | 0.67% | 0.87% | - |
| XYZ | 39.73 | 22.41 | 70.64 | - |
| YUV | 127.86 | 180.57 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 221 | 0.09 | 0.67 | 0 | 0.13 | 292.35 | 0.69 | 0.57 |
| Hex | CA | 48 | DD | 9 | 43 | 0 | D | 124 | 45 | 39 |
| Octal | 312 | 110 | 335 | 11 | 103 | 0 | 15 | 444 | 105 | 71 |
| Binary | 11001010 | 1001000 | 11011101 | 1001 | 1000011 | 0 | 1101 | 100100100 | 1000101 | 111001 |
Color Harmonies of #CA48DD
Complementary color
Monochromatic Colors of #CA48DD
Black with #CA48DD
Text Example
Text Example
White with #CA48DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA48DD; }
p { color: rgb(202,72,221); }
H1.HeaderClassName
{
color: #CA48DD;
}
.AnyTagClassName
{
color: #CA48DD;
}
</style>
background-color css
<style>
a { background-color: #CA48DD; }
a { background-color: rgb(202,72,221); }
div.DivClassName
{
background-color: #CA48DD;
}
.BgClassName
{
background-color: #CA48DD;
}
</style>
border-color css
<style>
span { border-color: #CA48DD; }
span { border-color: rgb(202,72,221); }
td.TdClassName
{
border-color: #CA48DD;
}
.TagClassName
{
border-color: #CA48DD;
}
</style>