Shades of Orchid #C474D8
Tints of Orchid #C474D8
RGB
CMYK
RGB Variations
Color information
#C474D8 (or 0xC474D8) is known color: Orchid. HEX triplet: C4, 74 and D8. RGB value is (196,116,216). Sum of RGB (Red+Green+Blue) = 196+116+216=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #C474D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C474D8 is #3B8B27. Grayscale: #979797. Windows color (decimal): -3902248 or 14185668. OLE color: 14185668.
HSL color Cylindrical-coordinate representation of color #C474D8: hue angle of 288º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C474D8 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 116 | 216 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.15 |
| HSL | 288º | 0.56% | 0.65% | - |
| HSV(B) | 288º | 0.46% | 0.85% | - |
| XYZ | 41.41 | 29.18 | 68.42 | - |
| YUV | 151.32 | 164.5 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 216 | 0.09 | 0.46 | 0 | 0.15 | 288 | 0.56 | 0.65 |
| Hex | C4 | 74 | D8 | 9 | 2E | 0 | F | 120 | 38 | 41 |
| Octal | 304 | 164 | 330 | 11 | 56 | 0 | 17 | 440 | 70 | 101 |
| Binary | 11000100 | 1110100 | 11011000 | 1001 | 101110 | 0 | 1111 | 100100000 | 111000 | 1000001 |
Color Harmonies of #C474D8
Complementary color
Monochromatic Colors of #C474D8
Black with #C474D8
Text Example
Text Example
White with #C474D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C474D8; }
p { color: rgb(196,116,216); }
H1.HeaderClassName
{
color: #C474D8;
}
.AnyTagClassName
{
color: #C474D8;
}
</style>
background-color css
<style>
a { background-color: #C474D8; }
a { background-color: rgb(196,116,216); }
div.DivClassName
{
background-color: #C474D8;
}
.BgClassName
{
background-color: #C474D8;
}
</style>
border-color css
<style>
span { border-color: #C474D8; }
span { border-color: rgb(196,116,216); }
td.TdClassName
{
border-color: #C474D8;
}
.TagClassName
{
border-color: #C474D8;
}
</style>