Shades of Medium Orchid #CA48F5
Tints of Medium Orchid #CA48F5
RGB
CMYK
RGB Variations
Color information
#CA48F5 (or 0xCA48F5) is known color: Medium Orchid. HEX triplet: CA, 48 and F5. RGB value is (202,72,245). Sum of RGB (Red+Green+Blue) = 202+72+245=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 72 (28.52% from 255 or 13.87% from 519); Blue value is 245 (96.09% from 255 or 47.21% from 519); Max value from RGB is 245 - color contains mainly: blue. Hex color #CA48F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA48F5 is #35B70A. Grayscale: #828282. Windows color (decimal): -3520267 or 16074954. OLE color: 16074954.
HSL color Cylindrical-coordinate representation of color #CA48F5: hue angle of 285.09º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA48F5 is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 72 | 245 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.04 |
| HSL | 285.09º | 0.9% | 0.62% | - |
| HSV(B) | 285.09º | 0.71% | 0.96% | - |
| XYZ | 43.16 | 23.78 | 88.7 | - |
| YUV | 130.59 | 192.57 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 245 | 0.18 | 0.71 | 0 | 0.04 | 285.09 | 0.9 | 0.62 |
| Hex | CA | 48 | F5 | 12 | 47 | 0 | 4 | 11D | 5A | 3E |
| Octal | 312 | 110 | 365 | 22 | 107 | 0 | 4 | 435 | 132 | 76 |
| Binary | 11001010 | 1001000 | 11110101 | 10010 | 1000111 | 0 | 100 | 100011101 | 1011010 | 111110 |
Color Harmonies of #CA48F5
Complementary color
Monochromatic Colors of #CA48F5
Black with #CA48F5
Text Example
Text Example
White with #CA48F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA48F5; }
p { color: rgb(202,72,245); }
H1.HeaderClassName
{
color: #CA48F5;
}
.AnyTagClassName
{
color: #CA48F5;
}
</style>
background-color css
<style>
a { background-color: #CA48F5; }
a { background-color: rgb(202,72,245); }
div.DivClassName
{
background-color: #CA48F5;
}
.BgClassName
{
background-color: #CA48F5;
}
</style>
border-color css
<style>
span { border-color: #CA48F5; }
span { border-color: rgb(202,72,245); }
td.TdClassName
{
border-color: #CA48F5;
}
.TagClassName
{
border-color: #CA48F5;
}
</style>