Shades of Orchid #C472CD
Tints of Orchid #C472CD
RGB
CMYK
RGB Variations
Color information
#C472CD (or 0xC472CD) is known color: Orchid. HEX triplet: C4, 72 and CD. RGB value is (196,114,205). Sum of RGB (Red+Green+Blue) = 196+114+205=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #C472CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472CD is #3B8D32. Grayscale: #949494. Windows color (decimal): -3902771 or 13464260. OLE color: 13464260.
HSL color Cylindrical-coordinate representation of color #C472CD: hue angle of 294.07º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C472CD is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 114 | 205 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.20 |
| HSL | 294.07º | 0.48% | 0.63% | - |
| HSV(B) | 294.07º | 0.44% | 0.8% | - |
| XYZ | 39.8 | 28.18 | 61.1 | - |
| YUV | 148.89 | 159.67 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 205 | 0.04 | 0.44 | 0 | 0.20 | 294.07 | 0.48 | 0.63 |
| Hex | C4 | 72 | CD | 4 | 2C | 0 | 14 | 126 | 30 | 3F |
| Octal | 304 | 162 | 315 | 4 | 54 | 0 | 24 | 446 | 60 | 77 |
| Binary | 11000100 | 1110010 | 11001101 | 100 | 101100 | 0 | 10100 | 100100110 | 110000 | 111111 |
Color Harmonies of #C472CD
Complementary color
Monochromatic Colors of #C472CD
Black with #C472CD
Text Example
Text Example
White with #C472CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C472CD; }
p { color: rgb(196,114,205); }
H1.HeaderClassName
{
color: #C472CD;
}
.AnyTagClassName
{
color: #C472CD;
}
</style>
background-color css
<style>
a { background-color: #C472CD; }
a { background-color: rgb(196,114,205); }
div.DivClassName
{
background-color: #C472CD;
}
.BgClassName
{
background-color: #C472CD;
}
</style>
border-color css
<style>
span { border-color: #C472CD; }
span { border-color: rgb(196,114,205); }
td.TdClassName
{
border-color: #C472CD;
}
.TagClassName
{
border-color: #C472CD;
}
</style>