Shades of Medium Orchid #CA48EE
Tints of Medium Orchid #CA48EE
RGB
CMYK
RGB Variations
Color information
#CA48EE (or 0xCA48EE) is known color: Medium Orchid. HEX triplet: CA, 48 and EE. RGB value is (202,72,238). Sum of RGB (Red+Green+Blue) = 202+72+238=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA48EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA48EE is #35B711. Grayscale: #818181. Windows color (decimal): -3520274 or 15616202. OLE color: 15616202.
HSL color Cylindrical-coordinate representation of color #CA48EE: hue angle of 286.99º degrees, saturation: 0.83, 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 #CA48EE is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 72 | 238 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.07 |
| HSL | 286.99º | 0.83% | 0.61% | - |
| HSV(B) | 286.99º | 0.7% | 0.93% | - |
| XYZ | 42.11 | 23.36 | 83.18 | - |
| YUV | 129.79 | 189.07 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 238 | 0.15 | 0.70 | 0 | 0.07 | 286.99 | 0.83 | 0.61 |
| Hex | CA | 48 | EE | F | 46 | 0 | 7 | 11F | 53 | 3D |
| Octal | 312 | 110 | 356 | 17 | 106 | 0 | 7 | 437 | 123 | 75 |
| Binary | 11001010 | 1001000 | 11101110 | 1111 | 1000110 | 0 | 111 | 100011111 | 1010011 | 111101 |
Color Harmonies of #CA48EE
Complementary color
Monochromatic Colors of #CA48EE
Black with #CA48EE
Text Example
Text Example
White with #CA48EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA48EE; }
p { color: rgb(202,72,238); }
H1.HeaderClassName
{
color: #CA48EE;
}
.AnyTagClassName
{
color: #CA48EE;
}
</style>
background-color css
<style>
a { background-color: #CA48EE; }
a { background-color: rgb(202,72,238); }
div.DivClassName
{
background-color: #CA48EE;
}
.BgClassName
{
background-color: #CA48EE;
}
</style>
border-color css
<style>
span { border-color: #CA48EE; }
span { border-color: rgb(202,72,238); }
td.TdClassName
{
border-color: #CA48EE;
}
.TagClassName
{
border-color: #CA48EE;
}
</style>