Shades of Medium Orchid #CA49FB
Tints of Medium Orchid #CA49FB
RGB
CMYK
RGB Variations
Color information
#CA49FB (or 0xCA49FB) is known color: Medium Orchid. HEX triplet: CA, 49 and FB. RGB value is (202,73,251). Sum of RGB (Red+Green+Blue) = 202+73+251=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 73 (28.91% from 255 or 13.88% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA49FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA49FB is #35B604. Grayscale: #838383. Windows color (decimal): -3520005 or 16468426. OLE color: 16468426.
HSL color Cylindrical-coordinate representation of color #CA49FB: hue angle of 283.48º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA49FB is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 73 | 251 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.02 |
| HSL | 283.48º | 0.96% | 0.64% | - |
| HSV(B) | 283.48º | 0.71% | 0.98% | - |
| XYZ | 44.15 | 24.29 | 93.63 | - |
| YUV | 131.86 | 195.24 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 251 | 0.20 | 0.71 | 0 | 0.02 | 283.48 | 0.96 | 0.64 |
| Hex | CA | 49 | FB | 14 | 47 | 0 | 2 | 11B | 60 | 40 |
| Octal | 312 | 111 | 373 | 24 | 107 | 0 | 2 | 433 | 140 | 100 |
| Binary | 11001010 | 1001001 | 11111011 | 10100 | 1000111 | 0 | 10 | 100011011 | 1100000 | 1000000 |
Color Harmonies of #CA49FB
Complementary color
Monochromatic Colors of #CA49FB
Black with #CA49FB
Text Example
Text Example
White with #CA49FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA49FB; }
p { color: rgb(202,73,251); }
H1.HeaderClassName
{
color: #CA49FB;
}
.AnyTagClassName
{
color: #CA49FB;
}
</style>
background-color css
<style>
a { background-color: #CA49FB; }
a { background-color: rgb(202,73,251); }
div.DivClassName
{
background-color: #CA49FB;
}
.BgClassName
{
background-color: #CA49FB;
}
</style>
border-color css
<style>
span { border-color: #CA49FB; }
span { border-color: rgb(202,73,251); }
td.TdClassName
{
border-color: #CA49FB;
}
.TagClassName
{
border-color: #CA49FB;
}
</style>