Shades of Medium Orchid #CA48E6
Tints of Medium Orchid #CA48E6
RGB
CMYK
RGB Variations
Color information
#CA48E6 (or 0xCA48E6) is known color: Medium Orchid. HEX triplet: CA, 48 and E6. RGB value is (202,72,230). Sum of RGB (Red+Green+Blue) = 202+72+230=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 72 (28.52% from 255 or 14.29% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA48E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA48E6 is #35B719. Grayscale: #808080. Windows color (decimal): -3520282 or 15091914. OLE color: 15091914.
HSL color Cylindrical-coordinate representation of color #CA48E6: hue angle of 289.37º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA48E6 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 72 | 230 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.10 |
| HSL | 289.37º | 0.76% | 0.59% | - |
| HSV(B) | 289.37º | 0.69% | 0.9% | - |
| XYZ | 40.96 | 22.9 | 77.13 | - |
| YUV | 128.88 | 185.07 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 230 | 0.12 | 0.69 | 0 | 0.10 | 289.37 | 0.76 | 0.59 |
| Hex | CA | 48 | E6 | C | 45 | 0 | A | 121 | 4C | 3B |
| Octal | 312 | 110 | 346 | 14 | 105 | 0 | 12 | 441 | 114 | 73 |
| Binary | 11001010 | 1001000 | 11100110 | 1100 | 1000101 | 0 | 1010 | 100100001 | 1001100 | 111011 |
Color Harmonies of #CA48E6
Complementary color
Monochromatic Colors of #CA48E6
Black with #CA48E6
Text Example
Text Example
White with #CA48E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA48E6; }
p { color: rgb(202,72,230); }
H1.HeaderClassName
{
color: #CA48E6;
}
.AnyTagClassName
{
color: #CA48E6;
}
</style>
background-color css
<style>
a { background-color: #CA48E6; }
a { background-color: rgb(202,72,230); }
div.DivClassName
{
background-color: #CA48E6;
}
.BgClassName
{
background-color: #CA48E6;
}
</style>
border-color css
<style>
span { border-color: #CA48E6; }
span { border-color: rgb(202,72,230); }
td.TdClassName
{
border-color: #CA48E6;
}
.TagClassName
{
border-color: #CA48E6;
}
</style>