Shades of Medium Orchid #C430ED
Tints of Medium Orchid #C430ED
RGB
CMYK
RGB Variations
Color information
#C430ED (or 0xC430ED) is known color: Medium Orchid. HEX triplet: C4, 30 and ED. RGB value is (196,48,237). Sum of RGB (Red+Green+Blue) = 196+48+237=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #C430ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C430ED is #3BCF12. Grayscale: #717171. Windows color (decimal): -3919635 or 15544516. OLE color: 15544516.
HSL color Cylindrical-coordinate representation of color #C430ED: hue angle of 286.98º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C430ED is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 48 | 237 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.07 |
| HSL | 286.98º | 0.84% | 0.56% | - |
| HSV(B) | 286.98º | 0.8% | 0.93% | - |
| XYZ | 39.11 | 19.96 | 81.91 | - |
| YUV | 113.8 | 197.53 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 237 | 0.17 | 0.80 | 0 | 0.07 | 286.98 | 0.84 | 0.56 |
| Hex | C4 | 30 | ED | 11 | 50 | 0 | 7 | 11F | 54 | 38 |
| Octal | 304 | 60 | 355 | 21 | 120 | 0 | 7 | 437 | 124 | 70 |
| Binary | 11000100 | 110000 | 11101101 | 10001 | 1010000 | 0 | 111 | 100011111 | 1010100 | 111000 |
Color Harmonies of #C430ED
Complementary color
Monochromatic Colors of #C430ED
Black with #C430ED
Text Example
Text Example
White with #C430ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C430ED; }
p { color: rgb(196,48,237); }
H1.HeaderClassName
{
color: #C430ED;
}
.AnyTagClassName
{
color: #C430ED;
}
</style>
background-color css
<style>
a { background-color: #C430ED; }
a { background-color: rgb(196,48,237); }
div.DivClassName
{
background-color: #C430ED;
}
.BgClassName
{
background-color: #C430ED;
}
</style>
border-color css
<style>
span { border-color: #C430ED; }
span { border-color: rgb(196,48,237); }
td.TdClassName
{
border-color: #C430ED;
}
.TagClassName
{
border-color: #C430ED;
}
</style>