Shades of Orchid #C471CC
Tints of Orchid #C471CC
RGB
CMYK
RGB Variations
Color information
#C471CC (or 0xC471CC) is known color: Orchid. HEX triplet: C4, 71 and CC. RGB value is (196,113,204). Sum of RGB (Red+Green+Blue) = 196+113+204=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #C471CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C471CC is #3B8E33. Grayscale: #939393. Windows color (decimal): -3903028 or 13398468. OLE color: 13398468.
HSL color Cylindrical-coordinate representation of color #C471CC: hue angle of 294.73º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C471CC is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 113 | 204 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.2 |
| HSL | 294.73º | 0.47% | 0.62% | - |
| HSV(B) | 294.73º | 0.45% | 0.8% | - |
| XYZ | 39.57 | 27.91 | 60.43 | - |
| YUV | 148.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 204 | 0.04 | 0.45 | 0 | 0.2 | 294.73 | 0.47 | 0.62 |
| Hex | C4 | 71 | CC | 4 | 2D | 0 | 14 | 127 | 2F | 3E |
| Octal | 304 | 161 | 314 | 4 | 55 | 0 | 24 | 447 | 57 | 76 |
| Binary | 11000100 | 1110001 | 11001100 | 100 | 101101 | 0 | 10100 | 100100111 | 101111 | 111110 |
Color Harmonies of #C471CC
Complementary color
Monochromatic Colors of #C471CC
Black with #C471CC
Text Example
Text Example
White with #C471CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C471CC; }
p { color: rgb(196,113,204); }
H1.HeaderClassName
{
color: #C471CC;
}
.AnyTagClassName
{
color: #C471CC;
}
</style>
background-color css
<style>
a { background-color: #C471CC; }
a { background-color: rgb(196,113,204); }
div.DivClassName
{
background-color: #C471CC;
}
.BgClassName
{
background-color: #C471CC;
}
</style>
border-color css
<style>
span { border-color: #C471CC; }
span { border-color: rgb(196,113,204); }
td.TdClassName
{
border-color: #C471CC;
}
.TagClassName
{
border-color: #C471CC;
}
</style>