Shades of Medium Orchid #C430E8
Tints of Medium Orchid #C430E8
RGB
CMYK
RGB Variations
Color information
#C430E8 (or 0xC430E8) is known color: Medium Orchid. HEX triplet: C4, 30 and E8. RGB value is (196,48,232). Sum of RGB (Red+Green+Blue) = 196+48+232=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 48 (19.14% from 255 or 10.08% from 476); Blue value is 232 (91.02% from 255 or 48.74% from 476); Max value from RGB is 232 - color contains mainly: blue. Hex color #C430E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C430E8 is #3BCF17. Grayscale: #707070. Windows color (decimal): -3919640 or 15216836. OLE color: 15216836.
HSL color Cylindrical-coordinate representation of color #C430E8: hue angle of 288.26º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C430E8 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 48 | 232 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.09 |
| HSL | 288.26º | 0.8% | 0.55% | - |
| HSV(B) | 288.26º | 0.79% | 0.91% | - |
| XYZ | 38.39 | 19.68 | 78.12 | - |
| YUV | 113.23 | 195.03 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 232 | 0.16 | 0.79 | 0 | 0.09 | 288.26 | 0.8 | 0.55 |
| Hex | C4 | 30 | E8 | 10 | 4F | 0 | 9 | 120 | 50 | 37 |
| Octal | 304 | 60 | 350 | 20 | 117 | 0 | 11 | 440 | 120 | 67 |
| Binary | 11000100 | 110000 | 11101000 | 10000 | 1001111 | 0 | 1001 | 100100000 | 1010000 | 110111 |
Color Harmonies of #C430E8
Complementary color
Monochromatic Colors of #C430E8
Black with #C430E8
Text Example
Text Example
White with #C430E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C430E8; }
p { color: rgb(196,48,232); }
H1.HeaderClassName
{
color: #C430E8;
}
.AnyTagClassName
{
color: #C430E8;
}
</style>
background-color css
<style>
a { background-color: #C430E8; }
a { background-color: rgb(196,48,232); }
div.DivClassName
{
background-color: #C430E8;
}
.BgClassName
{
background-color: #C430E8;
}
</style>
border-color css
<style>
span { border-color: #C430E8; }
span { border-color: rgb(196,48,232); }
td.TdClassName
{
border-color: #C430E8;
}
.TagClassName
{
border-color: #C430E8;
}
</style>