Shades of Orchid #C472D3
Tints of Orchid #C472D3
RGB
CMYK
RGB Variations
Color information
#C472D3 (or 0xC472D3) is known color: Orchid. HEX triplet: C4, 72 and D3. RGB value is (196,114,211). Sum of RGB (Red+Green+Blue) = 196+114+211=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 211 - color contains mainly: blue. Hex color #C472D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472D3 is #3B8D2C. Grayscale: #959595. Windows color (decimal): -3902765 or 13857476. OLE color: 13857476.
HSL color Cylindrical-coordinate representation of color #C472D3: hue angle of 290.72º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C472D3 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 114 | 211 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.17 |
| HSL | 290.72º | 0.52% | 0.64% | - |
| HSV(B) | 290.72º | 0.46% | 0.83% | - |
| XYZ | 40.54 | 28.47 | 64.99 | - |
| YUV | 149.58 | 162.67 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 211 | 0.07 | 0.46 | 0 | 0.17 | 290.72 | 0.52 | 0.64 |
| Hex | C4 | 72 | D3 | 7 | 2E | 0 | 11 | 123 | 34 | 40 |
| Octal | 304 | 162 | 323 | 7 | 56 | 0 | 21 | 443 | 64 | 100 |
| Binary | 11000100 | 1110010 | 11010011 | 111 | 101110 | 0 | 10001 | 100100011 | 110100 | 1000000 |
Color Harmonies of #C472D3
Complementary color
Monochromatic Colors of #C472D3
Black with #C472D3
Text Example
Text Example
White with #C472D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C472D3; }
p { color: rgb(196,114,211); }
H1.HeaderClassName
{
color: #C472D3;
}
.AnyTagClassName
{
color: #C472D3;
}
</style>
background-color css
<style>
a { background-color: #C472D3; }
a { background-color: rgb(196,114,211); }
div.DivClassName
{
background-color: #C472D3;
}
.BgClassName
{
background-color: #C472D3;
}
</style>
border-color css
<style>
span { border-color: #C472D3; }
span { border-color: rgb(196,114,211); }
td.TdClassName
{
border-color: #C472D3;
}
.TagClassName
{
border-color: #C472D3;
}
</style>