Shades of Medium Orchid #CA48D5
Tints of Medium Orchid #CA48D5
RGB
CMYK
RGB Variations
Color information
#CA48D5 (or 0xCA48D5) is known color: Medium Orchid. HEX triplet: CA, 48 and D5. RGB value is (202,72,213). Sum of RGB (Red+Green+Blue) = 202+72+213=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA48D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA48D5 is #35B72A. Grayscale: #7E7E7E. Windows color (decimal): -3520299 or 13977802. OLE color: 13977802.
HSL color Cylindrical-coordinate representation of color #CA48D5: hue angle of 295.32º 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 #CA48D5 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 72 | 213 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.16 |
| HSL | 295.32º | 0.63% | 0.56% | - |
| HSV(B) | 295.32º | 0.66% | 0.84% | - |
| XYZ | 38.68 | 22 | 65.16 | - |
| YUV | 126.94 | 176.57 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 213 | 0.05 | 0.66 | 0 | 0.16 | 295.32 | 0.63 | 0.56 |
| Hex | CA | 48 | D5 | 5 | 42 | 0 | 10 | 127 | 3F | 38 |
| Octal | 312 | 110 | 325 | 5 | 102 | 0 | 20 | 447 | 77 | 70 |
| Binary | 11001010 | 1001000 | 11010101 | 101 | 1000010 | 0 | 10000 | 100100111 | 111111 | 111000 |
Color Harmonies of #CA48D5
Complementary color
Monochromatic Colors of #CA48D5
Black with #CA48D5
Text Example
Text Example
White with #CA48D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA48D5; }
p { color: rgb(202,72,213); }
H1.HeaderClassName
{
color: #CA48D5;
}
.AnyTagClassName
{
color: #CA48D5;
}
</style>
background-color css
<style>
a { background-color: #CA48D5; }
a { background-color: rgb(202,72,213); }
div.DivClassName
{
background-color: #CA48D5;
}
.BgClassName
{
background-color: #CA48D5;
}
</style>
border-color css
<style>
span { border-color: #CA48D5; }
span { border-color: rgb(202,72,213); }
td.TdClassName
{
border-color: #CA48D5;
}
.TagClassName
{
border-color: #CA48D5;
}
</style>