Shades of Medium Orchid #CA49E6
Tints of Medium Orchid #CA49E6
RGB
CMYK
RGB Variations
Color information
#CA49E6 (or 0xCA49E6) is known color: Medium Orchid. HEX triplet: CA, 49 and E6. RGB value is (202,73,230). Sum of RGB (Red+Green+Blue) = 202+73+230=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 73 (28.91% from 255 or 14.46% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA49E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA49E6 is #35B619. Grayscale: #808080. Windows color (decimal): -3520026 or 15092170. OLE color: 15092170.
HSL color Cylindrical-coordinate representation of color #CA49E6: hue angle of 289.3º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA49E6 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 73 | 230 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.10 |
| HSL | 289.3º | 0.76% | 0.59% | - |
| HSV(B) | 289.3º | 0.68% | 0.9% | - |
| XYZ | 41.02 | 23.03 | 77.15 | - |
| YUV | 129.47 | 184.74 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 230 | 0.12 | 0.68 | 0 | 0.10 | 289.3 | 0.76 | 0.59 |
| Hex | CA | 49 | E6 | C | 44 | 0 | A | 121 | 4C | 3B |
| Octal | 312 | 111 | 346 | 14 | 104 | 0 | 12 | 441 | 114 | 73 |
| Binary | 11001010 | 1001001 | 11100110 | 1100 | 1000100 | 0 | 1010 | 100100001 | 1001100 | 111011 |
Color Harmonies of #CA49E6
Complementary color
Monochromatic Colors of #CA49E6
Black with #CA49E6
Text Example
Text Example
White with #CA49E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA49E6; }
p { color: rgb(202,73,230); }
H1.HeaderClassName
{
color: #CA49E6;
}
.AnyTagClassName
{
color: #CA49E6;
}
</style>
background-color css
<style>
a { background-color: #CA49E6; }
a { background-color: rgb(202,73,230); }
div.DivClassName
{
background-color: #CA49E6;
}
.BgClassName
{
background-color: #CA49E6;
}
</style>
border-color css
<style>
span { border-color: #CA49E6; }
span { border-color: rgb(202,73,230); }
td.TdClassName
{
border-color: #CA49E6;
}
.TagClassName
{
border-color: #CA49E6;
}
</style>