Shades of Medium Orchid #CA48ED
Tints of Medium Orchid #CA48ED
RGB
CMYK
RGB Variations
Color information
#CA48ED (or 0xCA48ED) is known color: Medium Orchid. HEX triplet: CA, 48 and ED. RGB value is (202,72,237). Sum of RGB (Red+Green+Blue) = 202+72+237=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA48ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA48ED is #35B712. Grayscale: #818181. Windows color (decimal): -3520275 or 15550666. OLE color: 15550666.
HSL color Cylindrical-coordinate representation of color #CA48ED: hue angle of 287.27º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA48ED is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 72 | 237 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.07 |
| HSL | 287.27º | 0.82% | 0.61% | - |
| HSV(B) | 287.27º | 0.7% | 0.93% | - |
| XYZ | 41.96 | 23.31 | 82.41 | - |
| YUV | 129.68 | 188.57 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 237 | 0.15 | 0.70 | 0 | 0.07 | 287.27 | 0.82 | 0.61 |
| Hex | CA | 48 | ED | F | 46 | 0 | 7 | 11F | 52 | 3D |
| Octal | 312 | 110 | 355 | 17 | 106 | 0 | 7 | 437 | 122 | 75 |
| Binary | 11001010 | 1001000 | 11101101 | 1111 | 1000110 | 0 | 111 | 100011111 | 1010010 | 111101 |
Color Harmonies of #CA48ED
Complementary color
Monochromatic Colors of #CA48ED
Black with #CA48ED
Text Example
Text Example
White with #CA48ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA48ED; }
p { color: rgb(202,72,237); }
H1.HeaderClassName
{
color: #CA48ED;
}
.AnyTagClassName
{
color: #CA48ED;
}
</style>
background-color css
<style>
a { background-color: #CA48ED; }
a { background-color: rgb(202,72,237); }
div.DivClassName
{
background-color: #CA48ED;
}
.BgClassName
{
background-color: #CA48ED;
}
</style>
border-color css
<style>
span { border-color: #CA48ED; }
span { border-color: rgb(202,72,237); }
td.TdClassName
{
border-color: #CA48ED;
}
.TagClassName
{
border-color: #CA48ED;
}
</style>