Shades of Medium Orchid #C241D4
Tints of Medium Orchid #C241D4
RGB
CMYK
RGB Variations
Color information
#C241D4 (or 0xC241D4) is known color: Medium Orchid. HEX triplet: C2, 41 and D4. RGB value is (194,65,212). Sum of RGB (Red+Green+Blue) = 194+65+212=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 212 - color contains mainly: blue. Hex color #C241D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241D4 is #3DBE2B. Grayscale: #777777. Windows color (decimal): -4046380 or 13910466. OLE color: 13910466.
HSL color Cylindrical-coordinate representation of color #C241D4: hue angle of 292.65º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C241D4 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 65 | 212 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.17 |
| HSL | 292.65º | 0.63% | 0.54% | - |
| HSV(B) | 292.65º | 0.69% | 0.83% | - |
| XYZ | 36.02 | 20 | 64.25 | - |
| YUV | 120.33 | 179.74 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 212 | 0.08 | 0.69 | 0 | 0.17 | 292.65 | 0.63 | 0.54 |
| Hex | C2 | 41 | D4 | 8 | 45 | 0 | 11 | 125 | 3F | 36 |
| Octal | 302 | 101 | 324 | 10 | 105 | 0 | 21 | 445 | 77 | 66 |
| Binary | 11000010 | 1000001 | 11010100 | 1000 | 1000101 | 0 | 10001 | 100100101 | 111111 | 110110 |
Color Harmonies of #C241D4
Complementary color
Monochromatic Colors of #C241D4
Black with #C241D4
Text Example
Text Example
White with #C241D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C241D4; }
p { color: rgb(194,65,212); }
H1.HeaderClassName
{
color: #C241D4;
}
.AnyTagClassName
{
color: #C241D4;
}
</style>
background-color css
<style>
a { background-color: #C241D4; }
a { background-color: rgb(194,65,212); }
div.DivClassName
{
background-color: #C241D4;
}
.BgClassName
{
background-color: #C241D4;
}
</style>
border-color css
<style>
span { border-color: #C241D4; }
span { border-color: rgb(194,65,212); }
td.TdClassName
{
border-color: #C241D4;
}
.TagClassName
{
border-color: #C241D4;
}
</style>