Shades of Medium Orchid #C443EB
Tints of Medium Orchid #C443EB
RGB
CMYK
RGB Variations
Color information
#C443EB (or 0xC443EB) is known color: Medium Orchid. HEX triplet: C4, 43 and EB. RGB value is (196,67,235). Sum of RGB (Red+Green+Blue) = 196+67+235=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 67 (26.56% from 255 or 13.45% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #C443EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C443EB is #3BBC14. Grayscale: #7C7C7C. Windows color (decimal): -3914773 or 15418308. OLE color: 15418308.
HSL color Cylindrical-coordinate representation of color #C443EB: hue angle of 286.07º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C443EB is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 67 | 235 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.08 |
| HSL | 286.07º | 0.81% | 0.59% | - |
| HSV(B) | 286.07º | 0.71% | 0.92% | - |
| XYZ | 39.77 | 21.75 | 80.7 | - |
| YUV | 124.72 | 190.24 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 235 | 0.17 | 0.71 | 0 | 0.08 | 286.07 | 0.81 | 0.59 |
| Hex | C4 | 43 | EB | 11 | 47 | 0 | 8 | 11E | 51 | 3B |
| Octal | 304 | 103 | 353 | 21 | 107 | 0 | 10 | 436 | 121 | 73 |
| Binary | 11000100 | 1000011 | 11101011 | 10001 | 1000111 | 0 | 1000 | 100011110 | 1010001 | 111011 |
Color Harmonies of #C443EB
Complementary color
Monochromatic Colors of #C443EB
Black with #C443EB
Text Example
Text Example
White with #C443EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C443EB; }
p { color: rgb(196,67,235); }
H1.HeaderClassName
{
color: #C443EB;
}
.AnyTagClassName
{
color: #C443EB;
}
</style>
background-color css
<style>
a { background-color: #C443EB; }
a { background-color: rgb(196,67,235); }
div.DivClassName
{
background-color: #C443EB;
}
.BgClassName
{
background-color: #C443EB;
}
</style>
border-color css
<style>
span { border-color: #C443EB; }
span { border-color: rgb(196,67,235); }
td.TdClassName
{
border-color: #C443EB;
}
.TagClassName
{
border-color: #C443EB;
}
</style>