Shades of Medium Orchid #C472E6
Tints of Medium Orchid #C472E6
RGB
CMYK
RGB Variations
Color information
#C472E6 (or 0xC472E6) is known color: Medium Orchid. HEX triplet: C4, 72 and E6. RGB value is (196,114,230). Sum of RGB (Red+Green+Blue) = 196+114+230=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #C472E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C472E6 is #3B8D19. Grayscale: #979797. Windows color (decimal): -3902746 or 15102660. OLE color: 15102660.
HSL color Cylindrical-coordinate representation of color #C472E6: hue angle of 282.41º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C472E6 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 114 | 230 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.10 |
| HSL | 282.41º | 0.7% | 0.67% | - |
| HSV(B) | 282.41º | 0.5% | 0.9% | - |
| XYZ | 43.07 | 29.48 | 78.28 | - |
| YUV | 151.74 | 172.17 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 230 | 0.15 | 0.50 | 0 | 0.10 | 282.41 | 0.7 | 0.67 |
| Hex | C4 | 72 | E6 | F | 32 | 0 | A | 11A | 46 | 43 |
| Octal | 304 | 162 | 346 | 17 | 62 | 0 | 12 | 432 | 106 | 103 |
| Binary | 11000100 | 1110010 | 11100110 | 1111 | 110010 | 0 | 1010 | 100011010 | 1000110 | 1000011 |
Color Harmonies of #C472E6
Complementary color
Monochromatic Colors of #C472E6
Black with #C472E6
Text Example
Text Example
White with #C472E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C472E6; }
p { color: rgb(196,114,230); }
H1.HeaderClassName
{
color: #C472E6;
}
.AnyTagClassName
{
color: #C472E6;
}
</style>
background-color css
<style>
a { background-color: #C472E6; }
a { background-color: rgb(196,114,230); }
div.DivClassName
{
background-color: #C472E6;
}
.BgClassName
{
background-color: #C472E6;
}
</style>
border-color css
<style>
span { border-color: #C472E6; }
span { border-color: rgb(196,114,230); }
td.TdClassName
{
border-color: #C472E6;
}
.TagClassName
{
border-color: #C472E6;
}
</style>