Shades of Medium Orchid #C434DE
Tints of Medium Orchid #C434DE
RGB
CMYK
RGB Variations
Color information
#C434DE (or 0xC434DE) is known color: Medium Orchid. HEX triplet: C4, 34 and DE. RGB value is (196,52,222). Sum of RGB (Red+Green+Blue) = 196+52+222=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 52 (20.70% from 255 or 11.06% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #C434DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C434DE is #3BCB21. Grayscale: #717171. Windows color (decimal): -3918626 or 14562500. OLE color: 14562500.
HSL color Cylindrical-coordinate representation of color #C434DE: hue angle of 290.82º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C434DE is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 52 | 222 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.13 |
| HSL | 290.82º | 0.72% | 0.54% | - |
| HSV(B) | 290.82º | 0.77% | 0.87% | - |
| XYZ | 37.18 | 19.47 | 70.91 | - |
| YUV | 114.44 | 188.71 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 222 | 0.12 | 0.77 | 0 | 0.13 | 290.82 | 0.72 | 0.54 |
| Hex | C4 | 34 | DE | C | 4D | 0 | D | 123 | 48 | 36 |
| Octal | 304 | 64 | 336 | 14 | 115 | 0 | 15 | 443 | 110 | 66 |
| Binary | 11000100 | 110100 | 11011110 | 1100 | 1001101 | 0 | 1101 | 100100011 | 1001000 | 110110 |
Color Harmonies of #C434DE
Complementary color
Monochromatic Colors of #C434DE
Black with #C434DE
Text Example
Text Example
White with #C434DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C434DE; }
p { color: rgb(196,52,222); }
H1.HeaderClassName
{
color: #C434DE;
}
.AnyTagClassName
{
color: #C434DE;
}
</style>
background-color css
<style>
a { background-color: #C434DE; }
a { background-color: rgb(196,52,222); }
div.DivClassName
{
background-color: #C434DE;
}
.BgClassName
{
background-color: #C434DE;
}
</style>
border-color css
<style>
span { border-color: #C434DE; }
span { border-color: rgb(196,52,222); }
td.TdClassName
{
border-color: #C434DE;
}
.TagClassName
{
border-color: #C434DE;
}
</style>