Shades of Medium Orchid #CA49ED
Tints of Medium Orchid #CA49ED
RGB
CMYK
RGB Variations
Color information
#CA49ED (or 0xCA49ED) is known color: Medium Orchid. HEX triplet: CA, 49 and ED. RGB value is (202,73,237). Sum of RGB (Red+Green+Blue) = 202+73+237=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA49ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA49ED is #35B612. Grayscale: #818181. Windows color (decimal): -3520019 or 15550922. OLE color: 15550922.
HSL color Cylindrical-coordinate representation of color #CA49ED: hue angle of 287.2º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA49ED is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 73 | 237 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.07 |
| HSL | 287.2º | 0.82% | 0.61% | - |
| HSV(B) | 287.2º | 0.69% | 0.93% | - |
| XYZ | 42.03 | 23.44 | 82.43 | - |
| YUV | 130.27 | 188.24 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 237 | 0.15 | 0.69 | 0 | 0.07 | 287.2 | 0.82 | 0.61 |
| Hex | CA | 49 | ED | F | 45 | 0 | 7 | 11F | 52 | 3D |
| Octal | 312 | 111 | 355 | 17 | 105 | 0 | 7 | 437 | 122 | 75 |
| Binary | 11001010 | 1001001 | 11101101 | 1111 | 1000101 | 0 | 111 | 100011111 | 1010010 | 111101 |
Color Harmonies of #CA49ED
Complementary color
Monochromatic Colors of #CA49ED
Black with #CA49ED
Text Example
Text Example
White with #CA49ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA49ED; }
p { color: rgb(202,73,237); }
H1.HeaderClassName
{
color: #CA49ED;
}
.AnyTagClassName
{
color: #CA49ED;
}
</style>
background-color css
<style>
a { background-color: #CA49ED; }
a { background-color: rgb(202,73,237); }
div.DivClassName
{
background-color: #CA49ED;
}
.BgClassName
{
background-color: #CA49ED;
}
</style>
border-color css
<style>
span { border-color: #CA49ED; }
span { border-color: rgb(202,73,237); }
td.TdClassName
{
border-color: #CA49ED;
}
.TagClassName
{
border-color: #CA49ED;
}
</style>