Shades of Medium Orchid #CA48D6
Tints of Medium Orchid #CA48D6
RGB
CMYK
RGB Variations
Color information
#CA48D6 (or 0xCA48D6) is known color: Medium Orchid. HEX triplet: CA, 48 and D6. RGB value is (202,72,214). Sum of RGB (Red+Green+Blue) = 202+72+214=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA48D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA48D6 is #35B729. Grayscale: #7E7E7E. Windows color (decimal): -3520298 or 14043338. OLE color: 14043338.
HSL color Cylindrical-coordinate representation of color #CA48D6: hue angle of 294.93º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA48D6 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 72 | 214 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.16 |
| HSL | 294.93º | 0.63% | 0.56% | - |
| HSV(B) | 294.93º | 0.66% | 0.84% | - |
| XYZ | 38.81 | 22.05 | 65.83 | - |
| YUV | 127.06 | 177.07 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 214 | 0.06 | 0.66 | 0 | 0.16 | 294.93 | 0.63 | 0.56 |
| Hex | CA | 48 | D6 | 6 | 42 | 0 | 10 | 127 | 3F | 38 |
| Octal | 312 | 110 | 326 | 6 | 102 | 0 | 20 | 447 | 77 | 70 |
| Binary | 11001010 | 1001000 | 11010110 | 110 | 1000010 | 0 | 10000 | 100100111 | 111111 | 111000 |
Color Harmonies of #CA48D6
Complementary color
Monochromatic Colors of #CA48D6
Black with #CA48D6
Text Example
Text Example
White with #CA48D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA48D6; }
p { color: rgb(202,72,214); }
H1.HeaderClassName
{
color: #CA48D6;
}
.AnyTagClassName
{
color: #CA48D6;
}
</style>
background-color css
<style>
a { background-color: #CA48D6; }
a { background-color: rgb(202,72,214); }
div.DivClassName
{
background-color: #CA48D6;
}
.BgClassName
{
background-color: #CA48D6;
}
</style>
border-color css
<style>
span { border-color: #CA48D6; }
span { border-color: rgb(202,72,214); }
td.TdClassName
{
border-color: #CA48D6;
}
.TagClassName
{
border-color: #CA48D6;
}
</style>