Shades of Medium Orchid #C442DB
Tints of Medium Orchid #C442DB
RGB
CMYK
RGB Variations
Color information
#C442DB (or 0xC442DB) is known color: Medium Orchid. HEX triplet: C4, 42 and DB. RGB value is (196,66,219). Sum of RGB (Red+Green+Blue) = 196+66+219=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #C442DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442DB is #3BBD24. Grayscale: #797979. Windows color (decimal): -3915045 or 14369476. OLE color: 14369476.
HSL color Cylindrical-coordinate representation of color #C442DB: hue angle of 290.98º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C442DB is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 66 | 219 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.14 |
| HSL | 290.98º | 0.68% | 0.56% | - |
| HSV(B) | 290.98º | 0.7% | 0.86% | - |
| XYZ | 37.5 | 20.75 | 69.05 | - |
| YUV | 122.31 | 182.57 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 219 | 0.11 | 0.70 | 0 | 0.14 | 290.98 | 0.68 | 0.56 |
| Hex | C4 | 42 | DB | B | 46 | 0 | E | 123 | 44 | 38 |
| Octal | 304 | 102 | 333 | 13 | 106 | 0 | 16 | 443 | 104 | 70 |
| Binary | 11000100 | 1000010 | 11011011 | 1011 | 1000110 | 0 | 1110 | 100100011 | 1000100 | 111000 |
Color Harmonies of #C442DB
Complementary color
Monochromatic Colors of #C442DB
Black with #C442DB
Text Example
Text Example
White with #C442DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C442DB; }
p { color: rgb(196,66,219); }
H1.HeaderClassName
{
color: #C442DB;
}
.AnyTagClassName
{
color: #C442DB;
}
</style>
background-color css
<style>
a { background-color: #C442DB; }
a { background-color: rgb(196,66,219); }
div.DivClassName
{
background-color: #C442DB;
}
.BgClassName
{
background-color: #C442DB;
}
</style>
border-color css
<style>
span { border-color: #C442DB; }
span { border-color: rgb(196,66,219); }
td.TdClassName
{
border-color: #C442DB;
}
.TagClassName
{
border-color: #C442DB;
}
</style>