Shades of Medium Orchid #C443E6
Tints of Medium Orchid #C443E6
RGB
CMYK
RGB Variations
Color information
#C443E6 (or 0xC443E6) is known color: Medium Orchid. HEX triplet: C4, 43 and E6. RGB value is (196,67,230). Sum of RGB (Red+Green+Blue) = 196+67+230=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 67 (26.56% from 255 or 13.59% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #C443E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C443E6 is #3BBC19. Grayscale: #7B7B7B. Windows color (decimal): -3914778 or 15090628. OLE color: 15090628.
HSL color Cylindrical-coordinate representation of color #C443E6: hue angle of 287.48º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C443E6 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 67 | 230 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.10 |
| HSL | 287.48º | 0.77% | 0.58% | - |
| HSV(B) | 287.48º | 0.71% | 0.9% | - |
| XYZ | 39.06 | 21.46 | 76.95 | - |
| YUV | 124.15 | 187.74 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 230 | 0.15 | 0.71 | 0 | 0.10 | 287.48 | 0.77 | 0.58 |
| Hex | C4 | 43 | E6 | F | 47 | 0 | A | 11F | 4D | 3A |
| Octal | 304 | 103 | 346 | 17 | 107 | 0 | 12 | 437 | 115 | 72 |
| Binary | 11000100 | 1000011 | 11100110 | 1111 | 1000111 | 0 | 1010 | 100011111 | 1001101 | 111010 |
Color Harmonies of #C443E6
Complementary color
Monochromatic Colors of #C443E6
Black with #C443E6
Text Example
Text Example
White with #C443E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C443E6; }
p { color: rgb(196,67,230); }
H1.HeaderClassName
{
color: #C443E6;
}
.AnyTagClassName
{
color: #C443E6;
}
</style>
background-color css
<style>
a { background-color: #C443E6; }
a { background-color: rgb(196,67,230); }
div.DivClassName
{
background-color: #C443E6;
}
.BgClassName
{
background-color: #C443E6;
}
</style>
border-color css
<style>
span { border-color: #C443E6; }
span { border-color: rgb(196,67,230); }
td.TdClassName
{
border-color: #C443E6;
}
.TagClassName
{
border-color: #C443E6;
}
</style>