Shades of Orchid #C474D3
Tints of Orchid #C474D3
RGB
CMYK
RGB Variations
Color information
#C474D3 (or 0xC474D3) is known color: Orchid. HEX triplet: C4, 74 and D3. RGB value is (196,116,211). Sum of RGB (Red+Green+Blue) = 196+116+211=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 211 (82.81% from 255 or 40.34% from 523); Max value from RGB is 211 - color contains mainly: blue. Hex color #C474D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C474D3 is #3B8B2C. Grayscale: #969696. Windows color (decimal): -3902253 or 13857988. OLE color: 13857988.
HSL color Cylindrical-coordinate representation of color #C474D3: hue angle of 290.53º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C474D3 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 116 | 211 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.17 |
| HSL | 290.53º | 0.52% | 0.64% | - |
| HSV(B) | 290.53º | 0.45% | 0.83% | - |
| XYZ | 40.77 | 28.93 | 65.06 | - |
| YUV | 150.75 | 162 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 211 | 0.07 | 0.45 | 0 | 0.17 | 290.53 | 0.52 | 0.64 |
| Hex | C4 | 74 | D3 | 7 | 2D | 0 | 11 | 123 | 34 | 40 |
| Octal | 304 | 164 | 323 | 7 | 55 | 0 | 21 | 443 | 64 | 100 |
| Binary | 11000100 | 1110100 | 11010011 | 111 | 101101 | 0 | 10001 | 100100011 | 110100 | 1000000 |
Color Harmonies of #C474D3
Complementary color
Monochromatic Colors of #C474D3
Black with #C474D3
Text Example
Text Example
White with #C474D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C474D3; }
p { color: rgb(196,116,211); }
H1.HeaderClassName
{
color: #C474D3;
}
.AnyTagClassName
{
color: #C474D3;
}
</style>
background-color css
<style>
a { background-color: #C474D3; }
a { background-color: rgb(196,116,211); }
div.DivClassName
{
background-color: #C474D3;
}
.BgClassName
{
background-color: #C474D3;
}
</style>
border-color css
<style>
span { border-color: #C474D3; }
span { border-color: rgb(196,116,211); }
td.TdClassName
{
border-color: #C474D3;
}
.TagClassName
{
border-color: #C474D3;
}
</style>