Shades of Medium Orchid #C042DB
Tints of Medium Orchid #C042DB
RGB
CMYK
RGB Variations
Color information
#C042DB (or 0xC042DB) is known color: Medium Orchid. HEX triplet: C0, 42 and DB. RGB value is (192,66,219). Sum of RGB (Red+Green+Blue) = 192+66+219=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #C042DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C042DB is #3FBD24. Grayscale: #787878. Windows color (decimal): -4177189 or 14369472. OLE color: 14369472.
HSL color Cylindrical-coordinate representation of color #C042DB: hue angle of 289.41º 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 #C042DB is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 66 | 219 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.14 |
| HSL | 289.41º | 0.68% | 0.56% | - |
| HSV(B) | 289.41º | 0.7% | 0.86% | - |
| XYZ | 36.47 | 20.22 | 69 | - |
| YUV | 121.12 | 183.24 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 219 | 0.12 | 0.70 | 0 | 0.14 | 289.41 | 0.68 | 0.56 |
| Hex | C0 | 42 | DB | C | 46 | 0 | E | 121 | 44 | 38 |
| Octal | 300 | 102 | 333 | 14 | 106 | 0 | 16 | 441 | 104 | 70 |
| Binary | 11000000 | 1000010 | 11011011 | 1100 | 1000110 | 0 | 1110 | 100100001 | 1000100 | 111000 |
Color Harmonies of #C042DB
Complementary color
Monochromatic Colors of #C042DB
Black with #C042DB
Text Example
Text Example
White with #C042DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C042DB; }
p { color: rgb(192,66,219); }
H1.HeaderClassName
{
color: #C042DB;
}
.AnyTagClassName
{
color: #C042DB;
}
</style>
background-color css
<style>
a { background-color: #C042DB; }
a { background-color: rgb(192,66,219); }
div.DivClassName
{
background-color: #C042DB;
}
.BgClassName
{
background-color: #C042DB;
}
</style>
border-color css
<style>
span { border-color: #C042DB; }
span { border-color: rgb(192,66,219); }
td.TdClassName
{
border-color: #C042DB;
}
.TagClassName
{
border-color: #C042DB;
}
</style>