Shades of Medium Orchid #CA49DB
Tints of Medium Orchid #CA49DB
RGB
CMYK
RGB Variations
Color information
#CA49DB (or 0xCA49DB) is known color: Medium Orchid. HEX triplet: CA, 49 and DB. RGB value is (202,73,219). Sum of RGB (Red+Green+Blue) = 202+73+219=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 73 (28.91% from 255 or 14.78% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA49DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49DB is #35B624. Grayscale: #7F7F7F. Windows color (decimal): -3520037 or 14371274. OLE color: 14371274.
HSL color Cylindrical-coordinate representation of color #CA49DB: hue angle of 293.01º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA49DB is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 73 | 219 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.14 |
| HSL | 293.01º | 0.67% | 0.57% | - |
| HSV(B) | 293.01º | 0.67% | 0.86% | - |
| XYZ | 39.53 | 22.44 | 69.27 | - |
| YUV | 128.22 | 179.24 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 219 | 0.08 | 0.67 | 0 | 0.14 | 293.01 | 0.67 | 0.57 |
| Hex | CA | 49 | DB | 8 | 43 | 0 | E | 125 | 43 | 39 |
| Octal | 312 | 111 | 333 | 10 | 103 | 0 | 16 | 445 | 103 | 71 |
| Binary | 11001010 | 1001001 | 11011011 | 1000 | 1000011 | 0 | 1110 | 100100101 | 1000011 | 111001 |
Color Harmonies of #CA49DB
Complementary color
Monochromatic Colors of #CA49DB
Black with #CA49DB
Text Example
Text Example
White with #CA49DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA49DB; }
p { color: rgb(202,73,219); }
H1.HeaderClassName
{
color: #CA49DB;
}
.AnyTagClassName
{
color: #CA49DB;
}
</style>
background-color css
<style>
a { background-color: #CA49DB; }
a { background-color: rgb(202,73,219); }
div.DivClassName
{
background-color: #CA49DB;
}
.BgClassName
{
background-color: #CA49DB;
}
</style>
border-color css
<style>
span { border-color: #CA49DB; }
span { border-color: rgb(202,73,219); }
td.TdClassName
{
border-color: #CA49DB;
}
.TagClassName
{
border-color: #CA49DB;
}
</style>