Shades of Medium Orchid #C443EE
Tints of Medium Orchid #C443EE
RGB
CMYK
RGB Variations
Color information
#C443EE (or 0xC443EE) is known color: Medium Orchid. HEX triplet: C4, 43 and EE. RGB value is (196,67,238). Sum of RGB (Red+Green+Blue) = 196+67+238=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 67 (26.56% from 255 or 13.37% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #C443EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C443EE is #3BBC11. Grayscale: #7C7C7C. Windows color (decimal): -3914770 or 15614916. OLE color: 15614916.
HSL color Cylindrical-coordinate representation of color #C443EE: hue angle of 285.26º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C443EE is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 67 | 238 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.07 |
| HSL | 285.26º | 0.83% | 0.6% | - |
| HSV(B) | 285.26º | 0.72% | 0.93% | - |
| XYZ | 40.2 | 21.92 | 83 | - |
| YUV | 125.07 | 191.74 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 238 | 0.18 | 0.72 | 0 | 0.07 | 285.26 | 0.83 | 0.6 |
| Hex | C4 | 43 | EE | 12 | 48 | 0 | 7 | 11D | 53 | 3C |
| Octal | 304 | 103 | 356 | 22 | 110 | 0 | 7 | 435 | 123 | 74 |
| Binary | 11000100 | 1000011 | 11101110 | 10010 | 1001000 | 0 | 111 | 100011101 | 1010011 | 111100 |
Color Harmonies of #C443EE
Complementary color
Monochromatic Colors of #C443EE
Black with #C443EE
Text Example
Text Example
White with #C443EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C443EE; }
p { color: rgb(196,67,238); }
H1.HeaderClassName
{
color: #C443EE;
}
.AnyTagClassName
{
color: #C443EE;
}
</style>
background-color css
<style>
a { background-color: #C443EE; }
a { background-color: rgb(196,67,238); }
div.DivClassName
{
background-color: #C443EE;
}
.BgClassName
{
background-color: #C443EE;
}
</style>
border-color css
<style>
span { border-color: #C443EE; }
span { border-color: rgb(196,67,238); }
td.TdClassName
{
border-color: #C443EE;
}
.TagClassName
{
border-color: #C443EE;
}
</style>