Shades of Medium Orchid #C240DB
Tints of Medium Orchid #C240DB
RGB
CMYK
RGB Variations
Color information
#C240DB (or 0xC240DB) is known color: Medium Orchid. HEX triplet: C2, 40 and DB. RGB value is (194,64,219). Sum of RGB (Red+Green+Blue) = 194+64+219=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 64 (25.39% from 255 or 13.42% 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 #C240DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C240DB is #3DBF24. Grayscale: #787878. Windows color (decimal): -4046629 or 14368962. OLE color: 14368962.
HSL color Cylindrical-coordinate representation of color #C240DB: hue angle of 290.32º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C240DB is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 64 | 219 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.14 |
| HSL | 290.32º | 0.68% | 0.55% | - |
| HSV(B) | 290.32º | 0.71% | 0.86% | - |
| XYZ | 36.87 | 20.25 | 68.98 | - |
| YUV | 120.54 | 183.57 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 219 | 0.11 | 0.71 | 0 | 0.14 | 290.32 | 0.68 | 0.55 |
| Hex | C2 | 40 | DB | B | 47 | 0 | E | 122 | 44 | 37 |
| Octal | 302 | 100 | 333 | 13 | 107 | 0 | 16 | 442 | 104 | 67 |
| Binary | 11000010 | 1000000 | 11011011 | 1011 | 1000111 | 0 | 1110 | 100100010 | 1000100 | 110111 |
Color Harmonies of #C240DB
Complementary color
Monochromatic Colors of #C240DB
Black with #C240DB
Text Example
Text Example
White with #C240DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C240DB; }
p { color: rgb(194,64,219); }
H1.HeaderClassName
{
color: #C240DB;
}
.AnyTagClassName
{
color: #C240DB;
}
</style>
background-color css
<style>
a { background-color: #C240DB; }
a { background-color: rgb(194,64,219); }
div.DivClassName
{
background-color: #C240DB;
}
.BgClassName
{
background-color: #C240DB;
}
</style>
border-color css
<style>
span { border-color: #C240DB; }
span { border-color: rgb(194,64,219); }
td.TdClassName
{
border-color: #C240DB;
}
.TagClassName
{
border-color: #C240DB;
}
</style>