Shades of Orchid #C472C9
Tints of Orchid #C472C9
RGB
CMYK
RGB Variations
Color information
#C472C9 (or 0xC472C9) is known color: Orchid. HEX triplet: C4, 72 and C9. RGB value is (196,114,201). Sum of RGB (Red+Green+Blue) = 196+114+201=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 201 - color contains mainly: blue. Hex color #C472C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472C9 is #3B8D36. Grayscale: #949494. Windows color (decimal): -3902775 or 13202116. OLE color: 13202116.
HSL color Cylindrical-coordinate representation of color #C472C9: hue angle of 296.55º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C472C9 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 114 | 201 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.21 |
| HSL | 296.55º | 0.45% | 0.62% | - |
| HSV(B) | 296.55º | 0.43% | 0.79% | - |
| XYZ | 39.32 | 27.99 | 58.59 | - |
| YUV | 148.44 | 157.67 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 201 | 0.02 | 0.43 | 0 | 0.21 | 296.55 | 0.45 | 0.62 |
| Hex | C4 | 72 | C9 | 2 | 2B | 0 | 15 | 129 | 2D | 3E |
| Octal | 304 | 162 | 311 | 2 | 53 | 0 | 25 | 451 | 55 | 76 |
| Binary | 11000100 | 1110010 | 11001001 | 10 | 101011 | 0 | 10101 | 100101001 | 101101 | 111110 |
Color Harmonies of #C472C9
Complementary color
Monochromatic Colors of #C472C9
Black with #C472C9
Text Example
Text Example
White with #C472C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C472C9; }
p { color: rgb(196,114,201); }
H1.HeaderClassName
{
color: #C472C9;
}
.AnyTagClassName
{
color: #C472C9;
}
</style>
background-color css
<style>
a { background-color: #C472C9; }
a { background-color: rgb(196,114,201); }
div.DivClassName
{
background-color: #C472C9;
}
.BgClassName
{
background-color: #C472C9;
}
</style>
border-color css
<style>
span { border-color: #C472C9; }
span { border-color: rgb(196,114,201); }
td.TdClassName
{
border-color: #C472C9;
}
.TagClassName
{
border-color: #C472C9;
}
</style>