Shades of Orchid #C472DC
Tints of Orchid #C472DC
RGB
CMYK
RGB Variations
Color information
#C472DC (or 0xC472DC) is known color: Orchid. HEX triplet: C4, 72 and DC. RGB value is (196,114,220). Sum of RGB (Red+Green+Blue) = 196+114+220=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #C472DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472DC is #3B8D23. Grayscale: #969696. Windows color (decimal): -3902756 or 14447300. OLE color: 14447300.
HSL color Cylindrical-coordinate representation of color #C472DC: hue angle of 286.42º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C472DC is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 114 | 220 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.14 |
| HSL | 286.42º | 0.6% | 0.65% | - |
| HSV(B) | 286.42º | 0.48% | 0.86% | - |
| XYZ | 41.7 | 28.94 | 71.1 | - |
| YUV | 150.6 | 167.17 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 220 | 0.11 | 0.48 | 0 | 0.14 | 286.42 | 0.6 | 0.65 |
| Hex | C4 | 72 | DC | B | 30 | 0 | E | 11E | 3C | 41 |
| Octal | 304 | 162 | 334 | 13 | 60 | 0 | 16 | 436 | 74 | 101 |
| Binary | 11000100 | 1110010 | 11011100 | 1011 | 110000 | 0 | 1110 | 100011110 | 111100 | 1000001 |
Color Harmonies of #C472DC
Complementary color
Monochromatic Colors of #C472DC
Black with #C472DC
Text Example
Text Example
White with #C472DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C472DC; }
p { color: rgb(196,114,220); }
H1.HeaderClassName
{
color: #C472DC;
}
.AnyTagClassName
{
color: #C472DC;
}
</style>
background-color css
<style>
a { background-color: #C472DC; }
a { background-color: rgb(196,114,220); }
div.DivClassName
{
background-color: #C472DC;
}
.BgClassName
{
background-color: #C472DC;
}
</style>
border-color css
<style>
span { border-color: #C472DC; }
span { border-color: rgb(196,114,220); }
td.TdClassName
{
border-color: #C472DC;
}
.TagClassName
{
border-color: #C472DC;
}
</style>