Shades of Medium Orchid #C434DF
Tints of Medium Orchid #C434DF
RGB
CMYK
RGB Variations
Color information
#C434DF (or 0xC434DF) is known color: Medium Orchid. HEX triplet: C4, 34 and DF. RGB value is (196,52,223). Sum of RGB (Red+Green+Blue) = 196+52+223=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 52 (20.70% from 255 or 11.04% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #C434DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C434DF is #3BCB20. Grayscale: #727272. Windows color (decimal): -3918625 or 14628036. OLE color: 14628036.
HSL color Cylindrical-coordinate representation of color #C434DF: hue angle of 290.53º degrees, saturation: 0.73, 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 #C434DF is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 52 | 223 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.13 |
| HSL | 290.53º | 0.73% | 0.54% | - |
| HSV(B) | 290.53º | 0.77% | 0.87% | - |
| XYZ | 37.31 | 19.52 | 71.61 | - |
| YUV | 114.55 | 189.21 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 223 | 0.12 | 0.77 | 0 | 0.13 | 290.53 | 0.73 | 0.54 |
| Hex | C4 | 34 | DF | C | 4D | 0 | D | 123 | 49 | 36 |
| Octal | 304 | 64 | 337 | 14 | 115 | 0 | 15 | 443 | 111 | 66 |
| Binary | 11000100 | 110100 | 11011111 | 1100 | 1001101 | 0 | 1101 | 100100011 | 1001001 | 110110 |
Color Harmonies of #C434DF
Complementary color
Monochromatic Colors of #C434DF
Black with #C434DF
Text Example
Text Example
White with #C434DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C434DF; }
p { color: rgb(196,52,223); }
H1.HeaderClassName
{
color: #C434DF;
}
.AnyTagClassName
{
color: #C434DF;
}
</style>
background-color css
<style>
a { background-color: #C434DF; }
a { background-color: rgb(196,52,223); }
div.DivClassName
{
background-color: #C434DF;
}
.BgClassName
{
background-color: #C434DF;
}
</style>
border-color css
<style>
span { border-color: #C434DF; }
span { border-color: rgb(196,52,223); }
td.TdClassName
{
border-color: #C434DF;
}
.TagClassName
{
border-color: #C434DF;
}
</style>