Shades of Medium Orchid #C442EB
Tints of Medium Orchid #C442EB
RGB
CMYK
RGB Variations
Color information
#C442EB (or 0xC442EB) is known color: Medium Orchid. HEX triplet: C4, 42 and EB. RGB value is (196,66,235). Sum of RGB (Red+Green+Blue) = 196+66+235=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 66 (26.17% from 255 or 13.28% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #C442EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C442EB is #3BBD14. Grayscale: #7B7B7B. Windows color (decimal): -3915029 or 15418052. OLE color: 15418052.
HSL color Cylindrical-coordinate representation of color #C442EB: hue angle of 286.15º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C442EB is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 66 | 235 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.08 |
| HSL | 286.15º | 0.81% | 0.59% | - |
| HSV(B) | 286.15º | 0.72% | 0.92% | - |
| XYZ | 39.71 | 21.63 | 80.68 | - |
| YUV | 124.14 | 190.57 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 235 | 0.17 | 0.72 | 0 | 0.08 | 286.15 | 0.81 | 0.59 |
| Hex | C4 | 42 | EB | 11 | 48 | 0 | 8 | 11E | 51 | 3B |
| Octal | 304 | 102 | 353 | 21 | 110 | 0 | 10 | 436 | 121 | 73 |
| Binary | 11000100 | 1000010 | 11101011 | 10001 | 1001000 | 0 | 1000 | 100011110 | 1010001 | 111011 |
Color Harmonies of #C442EB
Complementary color
Monochromatic Colors of #C442EB
Black with #C442EB
Text Example
Text Example
White with #C442EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C442EB; }
p { color: rgb(196,66,235); }
H1.HeaderClassName
{
color: #C442EB;
}
.AnyTagClassName
{
color: #C442EB;
}
</style>
background-color css
<style>
a { background-color: #C442EB; }
a { background-color: rgb(196,66,235); }
div.DivClassName
{
background-color: #C442EB;
}
.BgClassName
{
background-color: #C442EB;
}
</style>
border-color css
<style>
span { border-color: #C442EB; }
span { border-color: rgb(196,66,235); }
td.TdClassName
{
border-color: #C442EB;
}
.TagClassName
{
border-color: #C442EB;
}
</style>