Shades of Orchid #C472CC
Tints of Orchid #C472CC
RGB
CMYK
RGB Variations
Color information
#C472CC (or 0xC472CC) is known color: Orchid. HEX triplet: C4, 72 and CC. RGB value is (196,114,204). Sum of RGB (Red+Green+Blue) = 196+114+204=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #C472CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472CC is #3B8D33. Grayscale: #949494. Windows color (decimal): -3902772 or 13398724. OLE color: 13398724.
HSL color Cylindrical-coordinate representation of color #C472CC: hue angle of 294.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C472CC is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 114 | 204 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.2 |
| HSL | 294.67º | 0.47% | 0.62% | - |
| HSV(B) | 294.67º | 0.44% | 0.8% | - |
| XYZ | 39.68 | 28.13 | 60.46 | - |
| YUV | 148.78 | 159.17 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 204 | 0.04 | 0.44 | 0 | 0.2 | 294.67 | 0.47 | 0.62 |
| Hex | C4 | 72 | CC | 4 | 2C | 0 | 14 | 127 | 2F | 3E |
| Octal | 304 | 162 | 314 | 4 | 54 | 0 | 24 | 447 | 57 | 76 |
| Binary | 11000100 | 1110010 | 11001100 | 100 | 101100 | 0 | 10100 | 100100111 | 101111 | 111110 |
Color Harmonies of #C472CC
Complementary color
Monochromatic Colors of #C472CC
Black with #C472CC
Text Example
Text Example
White with #C472CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C472CC; }
p { color: rgb(196,114,204); }
H1.HeaderClassName
{
color: #C472CC;
}
.AnyTagClassName
{
color: #C472CC;
}
</style>
background-color css
<style>
a { background-color: #C472CC; }
a { background-color: rgb(196,114,204); }
div.DivClassName
{
background-color: #C472CC;
}
.BgClassName
{
background-color: #C472CC;
}
</style>
border-color css
<style>
span { border-color: #C472CC; }
span { border-color: rgb(196,114,204); }
td.TdClassName
{
border-color: #C472CC;
}
.TagClassName
{
border-color: #C472CC;
}
</style>