Shades of Medium Orchid #C442E9
Tints of Medium Orchid #C442E9
RGB
CMYK
RGB Variations
Color information
#C442E9 (or 0xC442E9) is known color: Medium Orchid. HEX triplet: C4, 42 and E9. RGB value is (196,66,233). Sum of RGB (Red+Green+Blue) = 196+66+233=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 66 (26.17% from 255 or 13.33% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 233 - color contains mainly: blue. Hex color #C442E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C442E9 is #3BBD16. Grayscale: #7B7B7B. Windows color (decimal): -3915031 or 15286980. OLE color: 15286980.
HSL color Cylindrical-coordinate representation of color #C442E9: hue angle of 286.71º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C442E9 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 66 | 233 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.09 |
| HSL | 286.71º | 0.79% | 0.59% | - |
| HSV(B) | 286.71º | 0.72% | 0.91% | - |
| XYZ | 39.42 | 21.52 | 79.17 | - |
| YUV | 123.91 | 189.57 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 233 | 0.16 | 0.72 | 0 | 0.09 | 286.71 | 0.79 | 0.59 |
| Hex | C4 | 42 | E9 | 10 | 48 | 0 | 9 | 11F | 4F | 3B |
| Octal | 304 | 102 | 351 | 20 | 110 | 0 | 11 | 437 | 117 | 73 |
| Binary | 11000100 | 1000010 | 11101001 | 10000 | 1001000 | 0 | 1001 | 100011111 | 1001111 | 111011 |
Color Harmonies of #C442E9
Complementary color
Monochromatic Colors of #C442E9
Black with #C442E9
Text Example
Text Example
White with #C442E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C442E9; }
p { color: rgb(196,66,233); }
H1.HeaderClassName
{
color: #C442E9;
}
.AnyTagClassName
{
color: #C442E9;
}
</style>
background-color css
<style>
a { background-color: #C442E9; }
a { background-color: rgb(196,66,233); }
div.DivClassName
{
background-color: #C442E9;
}
.BgClassName
{
background-color: #C442E9;
}
</style>
border-color css
<style>
span { border-color: #C442E9; }
span { border-color: rgb(196,66,233); }
td.TdClassName
{
border-color: #C442E9;
}
.TagClassName
{
border-color: #C442E9;
}
</style>