Shades of Medium Orchid #CA48DA
Tints of Medium Orchid #CA48DA
RGB
CMYK
RGB Variations
Color information
#CA48DA (or 0xCA48DA) is known color: Medium Orchid. HEX triplet: CA, 48 and DA. RGB value is (202,72,218). Sum of RGB (Red+Green+Blue) = 202+72+218=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 72 (28.52% from 255 or 14.63% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA48DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA48DA is #35B725. Grayscale: #7F7F7F. Windows color (decimal): -3520294 or 14305482. OLE color: 14305482.
HSL color Cylindrical-coordinate representation of color #CA48DA: hue angle of 293.42º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA48DA is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 72 | 218 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.15 |
| HSL | 293.42º | 0.66% | 0.57% | - |
| HSV(B) | 293.42º | 0.67% | 0.85% | - |
| XYZ | 39.33 | 22.25 | 68.55 | - |
| YUV | 127.51 | 179.07 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 218 | 0.07 | 0.67 | 0 | 0.15 | 293.42 | 0.66 | 0.57 |
| Hex | CA | 48 | DA | 7 | 43 | 0 | F | 125 | 42 | 39 |
| Octal | 312 | 110 | 332 | 7 | 103 | 0 | 17 | 445 | 102 | 71 |
| Binary | 11001010 | 1001000 | 11011010 | 111 | 1000011 | 0 | 1111 | 100100101 | 1000010 | 111001 |
Color Harmonies of #CA48DA
Complementary color
Monochromatic Colors of #CA48DA
Black with #CA48DA
Text Example
Text Example
White with #CA48DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA48DA; }
p { color: rgb(202,72,218); }
H1.HeaderClassName
{
color: #CA48DA;
}
.AnyTagClassName
{
color: #CA48DA;
}
</style>
background-color css
<style>
a { background-color: #CA48DA; }
a { background-color: rgb(202,72,218); }
div.DivClassName
{
background-color: #CA48DA;
}
.BgClassName
{
background-color: #CA48DA;
}
</style>
border-color css
<style>
span { border-color: #CA48DA; }
span { border-color: rgb(202,72,218); }
td.TdClassName
{
border-color: #CA48DA;
}
.TagClassName
{
border-color: #CA48DA;
}
</style>