Shades of Orchid #C472D8
Tints of Orchid #C472D8
RGB
CMYK
RGB Variations
Color information
#C472D8 (or 0xC472D8) is known color: Orchid. HEX triplet: C4, 72 and D8. RGB value is (196,114,216). Sum of RGB (Red+Green+Blue) = 196+114+216=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #C472D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472D8 is #3B8D27. Grayscale: #959595. Windows color (decimal): -3902760 or 14185156. OLE color: 14185156.
HSL color Cylindrical-coordinate representation of color #C472D8: hue angle of 288.24º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C472D8 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 114 | 216 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.15 |
| HSL | 288.24º | 0.57% | 0.65% | - |
| HSV(B) | 288.24º | 0.47% | 0.85% | - |
| XYZ | 41.18 | 28.73 | 68.34 | - |
| YUV | 150.15 | 165.17 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 216 | 0.09 | 0.47 | 0 | 0.15 | 288.24 | 0.57 | 0.65 |
| Hex | C4 | 72 | D8 | 9 | 2F | 0 | F | 120 | 39 | 41 |
| Octal | 304 | 162 | 330 | 11 | 57 | 0 | 17 | 440 | 71 | 101 |
| Binary | 11000100 | 1110010 | 11011000 | 1001 | 101111 | 0 | 1111 | 100100000 | 111001 | 1000001 |
Color Harmonies of #C472D8
Complementary color
Monochromatic Colors of #C472D8
Black with #C472D8
Text Example
Text Example
White with #C472D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C472D8; }
p { color: rgb(196,114,216); }
H1.HeaderClassName
{
color: #C472D8;
}
.AnyTagClassName
{
color: #C472D8;
}
</style>
background-color css
<style>
a { background-color: #C472D8; }
a { background-color: rgb(196,114,216); }
div.DivClassName
{
background-color: #C472D8;
}
.BgClassName
{
background-color: #C472D8;
}
</style>
border-color css
<style>
span { border-color: #C472D8; }
span { border-color: rgb(196,114,216); }
td.TdClassName
{
border-color: #C472D8;
}
.TagClassName
{
border-color: #C472D8;
}
</style>