Shades of Medium Orchid #CA46DB
Tints of Medium Orchid #CA46DB
RGB
CMYK
RGB Variations
Color information
#CA46DB (or 0xCA46DB) is known color: Medium Orchid. HEX triplet: CA, 46 and DB. RGB value is (202,70,219). Sum of RGB (Red+Green+Blue) = 202+70+219=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 70 (27.73% from 255 or 14.26% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA46DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA46DB is #35B924. Grayscale: #7D7D7D. Windows color (decimal): -3520805 or 14370506. OLE color: 14370506.
HSL color Cylindrical-coordinate representation of color #CA46DB: hue angle of 293.15º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA46DB is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 70 | 219 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.14 |
| HSL | 293.15º | 0.67% | 0.57% | - |
| HSV(B) | 293.15º | 0.68% | 0.86% | - |
| XYZ | 39.33 | 22.05 | 69.2 | - |
| YUV | 126.45 | 180.23 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 219 | 0.08 | 0.68 | 0 | 0.14 | 293.15 | 0.67 | 0.57 |
| Hex | CA | 46 | DB | 8 | 44 | 0 | E | 125 | 43 | 39 |
| Octal | 312 | 106 | 333 | 10 | 104 | 0 | 16 | 445 | 103 | 71 |
| Binary | 11001010 | 1000110 | 11011011 | 1000 | 1000100 | 0 | 1110 | 100100101 | 1000011 | 111001 |
Color Harmonies of #CA46DB
Complementary color
Monochromatic Colors of #CA46DB
Black with #CA46DB
Text Example
Text Example
White with #CA46DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA46DB; }
p { color: rgb(202,70,219); }
H1.HeaderClassName
{
color: #CA46DB;
}
.AnyTagClassName
{
color: #CA46DB;
}
</style>
background-color css
<style>
a { background-color: #CA46DB; }
a { background-color: rgb(202,70,219); }
div.DivClassName
{
background-color: #CA46DB;
}
.BgClassName
{
background-color: #CA46DB;
}
</style>
border-color css
<style>
span { border-color: #CA46DB; }
span { border-color: rgb(202,70,219); }
td.TdClassName
{
border-color: #CA46DB;
}
.TagClassName
{
border-color: #CA46DB;
}
</style>