Shades of Medium Orchid #C434EE
Tints of Medium Orchid #C434EE
RGB
CMYK
RGB Variations
Color information
#C434EE (or 0xC434EE) is known color: Medium Orchid. HEX triplet: C4, 34 and EE. RGB value is (196,52,238). Sum of RGB (Red+Green+Blue) = 196+52+238=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 52 (20.70% from 255 or 10.70% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #C434EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C434EE is #3BCB11. Grayscale: #737373. Windows color (decimal): -3918610 or 15611076. OLE color: 15611076.
HSL color Cylindrical-coordinate representation of color #C434EE: hue angle of 286.45º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C434EE is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 52 | 238 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.07 |
| HSL | 286.45º | 0.85% | 0.57% | - |
| HSV(B) | 286.45º | 0.78% | 0.93% | - |
| XYZ | 39.43 | 20.36 | 82.74 | - |
| YUV | 116.26 | 196.71 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 238 | 0.18 | 0.78 | 0 | 0.07 | 286.45 | 0.85 | 0.57 |
| Hex | C4 | 34 | EE | 12 | 4E | 0 | 7 | 11E | 55 | 39 |
| Octal | 304 | 64 | 356 | 22 | 116 | 0 | 7 | 436 | 125 | 71 |
| Binary | 11000100 | 110100 | 11101110 | 10010 | 1001110 | 0 | 111 | 100011110 | 1010101 | 111001 |
Color Harmonies of #C434EE
Complementary color
Monochromatic Colors of #C434EE
Black with #C434EE
Text Example
Text Example
White with #C434EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C434EE; }
p { color: rgb(196,52,238); }
H1.HeaderClassName
{
color: #C434EE;
}
.AnyTagClassName
{
color: #C434EE;
}
</style>
background-color css
<style>
a { background-color: #C434EE; }
a { background-color: rgb(196,52,238); }
div.DivClassName
{
background-color: #C434EE;
}
.BgClassName
{
background-color: #C434EE;
}
</style>
border-color css
<style>
span { border-color: #C434EE; }
span { border-color: rgb(196,52,238); }
td.TdClassName
{
border-color: #C434EE;
}
.TagClassName
{
border-color: #C434EE;
}
</style>