Shades of Medium Orchid #C241DB
Tints of Medium Orchid #C241DB
RGB
CMYK
RGB Variations
Color information
#C241DB (or 0xC241DB) is known color: Medium Orchid. HEX triplet: C2, 41 and DB. RGB value is (194,65,219). Sum of RGB (Red+Green+Blue) = 194+65+219=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #C241DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241DB is #3DBE24. Grayscale: #787878. Windows color (decimal): -4046373 or 14369218. OLE color: 14369218.
HSL color Cylindrical-coordinate representation of color #C241DB: hue angle of 290.26º 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 #C241DB is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 65 | 219 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.14 |
| HSL | 290.26º | 0.68% | 0.56% | - |
| HSV(B) | 290.26º | 0.7% | 0.86% | - |
| XYZ | 36.92 | 20.36 | 69 | - |
| YUV | 121.13 | 183.24 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 219 | 0.11 | 0.70 | 0 | 0.14 | 290.26 | 0.68 | 0.56 |
| Hex | C2 | 41 | DB | B | 46 | 0 | E | 122 | 44 | 38 |
| Octal | 302 | 101 | 333 | 13 | 106 | 0 | 16 | 442 | 104 | 70 |
| Binary | 11000010 | 1000001 | 11011011 | 1011 | 1000110 | 0 | 1110 | 100100010 | 1000100 | 111000 |
Color Harmonies of #C241DB
Complementary color
Monochromatic Colors of #C241DB
Black with #C241DB
Text Example
Text Example
White with #C241DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C241DB; }
p { color: rgb(194,65,219); }
H1.HeaderClassName
{
color: #C241DB;
}
.AnyTagClassName
{
color: #C241DB;
}
</style>
background-color css
<style>
a { background-color: #C241DB; }
a { background-color: rgb(194,65,219); }
div.DivClassName
{
background-color: #C241DB;
}
.BgClassName
{
background-color: #C241DB;
}
</style>
border-color css
<style>
span { border-color: #C241DB; }
span { border-color: rgb(194,65,219); }
td.TdClassName
{
border-color: #C241DB;
}
.TagClassName
{
border-color: #C241DB;
}
</style>