Shades of Medium Orchid #C442DD
Tints of Medium Orchid #C442DD
RGB
CMYK
RGB Variations
Color information
#C442DD (or 0xC442DD) is known color: Medium Orchid. HEX triplet: C4, 42 and DD. RGB value is (196,66,221). Sum of RGB (Red+Green+Blue) = 196+66+221=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 66 (26.17% from 255 or 13.66% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #C442DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442DD is #3BBD22. Grayscale: #7A7A7A. Windows color (decimal): -3915043 or 14500548. OLE color: 14500548.
HSL color Cylindrical-coordinate representation of color #C442DD: hue angle of 290.32º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C442DD is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 66 | 221 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.13 |
| HSL | 290.32º | 0.7% | 0.56% | - |
| HSV(B) | 290.32º | 0.7% | 0.87% | - |
| XYZ | 37.76 | 20.85 | 70.44 | - |
| YUV | 122.54 | 183.57 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 221 | 0.11 | 0.70 | 0 | 0.13 | 290.32 | 0.7 | 0.56 |
| Hex | C4 | 42 | DD | B | 46 | 0 | D | 122 | 46 | 38 |
| Octal | 304 | 102 | 335 | 13 | 106 | 0 | 15 | 442 | 106 | 70 |
| Binary | 11000100 | 1000010 | 11011101 | 1011 | 1000110 | 0 | 1101 | 100100010 | 1000110 | 111000 |
Color Harmonies of #C442DD
Complementary color
Monochromatic Colors of #C442DD
Black with #C442DD
Text Example
Text Example
White with #C442DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C442DD; }
p { color: rgb(196,66,221); }
H1.HeaderClassName
{
color: #C442DD;
}
.AnyTagClassName
{
color: #C442DD;
}
</style>
background-color css
<style>
a { background-color: #C442DD; }
a { background-color: rgb(196,66,221); }
div.DivClassName
{
background-color: #C442DD;
}
.BgClassName
{
background-color: #C442DD;
}
</style>
border-color css
<style>
span { border-color: #C442DD; }
span { border-color: rgb(196,66,221); }
td.TdClassName
{
border-color: #C442DD;
}
.TagClassName
{
border-color: #C442DD;
}
</style>