Shades of Orchid #C472C5
Tints of Orchid #C472C5
RGB
CMYK
RGB Variations
Color information
#C472C5 (or 0xC472C5) is known color: Orchid. HEX triplet: C4, 72 and C5. RGB value is (196,114,197). Sum of RGB (Red+Green+Blue) = 196+114+197=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 197 - color contains mainly: blue. Hex color #C472C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472C5 is #3B8D3A. Grayscale: #939393. Windows color (decimal): -3902779 or 12939972. OLE color: 12939972.
HSL color Cylindrical-coordinate representation of color #C472C5: hue angle of 299.28º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C472C5 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 197 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.23 |
| HSL | 299.28º | 0.42% | 0.61% | - |
| HSV(B) | 299.28º | 0.42% | 0.77% | - |
| XYZ | 38.86 | 27.8 | 56.14 | - |
| YUV | 147.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 197 | 0.01 | 0.42 | 0 | 0.23 | 299.28 | 0.42 | 0.61 |
| Hex | C4 | 72 | C5 | 1 | 2A | 0 | 17 | 12B | 2A | 3D |
| Octal | 304 | 162 | 305 | 1 | 52 | 0 | 27 | 453 | 52 | 75 |
| Binary | 11000100 | 1110010 | 11000101 | 1 | 101010 | 0 | 10111 | 100101011 | 101010 | 111101 |
Color Harmonies of #C472C5
Complementary color
Monochromatic Colors of #C472C5
Black with #C472C5
Text Example
Text Example
White with #C472C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C472C5; }
p { color: rgb(196,114,197); }
H1.HeaderClassName
{
color: #C472C5;
}
.AnyTagClassName
{
color: #C472C5;
}
</style>
background-color css
<style>
a { background-color: #C472C5; }
a { background-color: rgb(196,114,197); }
div.DivClassName
{
background-color: #C472C5;
}
.BgClassName
{
background-color: #C472C5;
}
</style>
border-color css
<style>
span { border-color: #C472C5; }
span { border-color: rgb(196,114,197); }
td.TdClassName
{
border-color: #C472C5;
}
.TagClassName
{
border-color: #C472C5;
}
</style>