Shades of Orchid #C471CB
Tints of Orchid #C471CB
RGB
CMYK
RGB Variations
Color information
#C471CB (or 0xC471CB) is known color: Orchid. HEX triplet: C4, 71 and CB. RGB value is (196,113,203). Sum of RGB (Red+Green+Blue) = 196+113+203=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #C471CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C471CB is #3B8E34. Grayscale: #939393. Windows color (decimal): -3903029 or 13332932. OLE color: 13332932.
HSL color Cylindrical-coordinate representation of color #C471CB: hue angle of 295.33º degrees, saturation: 0.46, 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 #C471CB is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 113 | 203 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.20 |
| HSL | 295.33º | 0.46% | 0.62% | - |
| HSV(B) | 295.33º | 0.44% | 0.8% | - |
| XYZ | 39.45 | 27.86 | 59.8 | - |
| YUV | 148.08 | 159 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 203 | 0.03 | 0.44 | 0 | 0.20 | 295.33 | 0.46 | 0.62 |
| Hex | C4 | 71 | CB | 3 | 2C | 0 | 14 | 127 | 2E | 3E |
| Octal | 304 | 161 | 313 | 3 | 54 | 0 | 24 | 447 | 56 | 76 |
| Binary | 11000100 | 1110001 | 11001011 | 11 | 101100 | 0 | 10100 | 100100111 | 101110 | 111110 |
Color Harmonies of #C471CB
Complementary color
Monochromatic Colors of #C471CB
Black with #C471CB
Text Example
Text Example
White with #C471CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C471CB; }
p { color: rgb(196,113,203); }
H1.HeaderClassName
{
color: #C471CB;
}
.AnyTagClassName
{
color: #C471CB;
}
</style>
background-color css
<style>
a { background-color: #C471CB; }
a { background-color: rgb(196,113,203); }
div.DivClassName
{
background-color: #C471CB;
}
.BgClassName
{
background-color: #C471CB;
}
</style>
border-color css
<style>
span { border-color: #C471CB; }
span { border-color: rgb(196,113,203); }
td.TdClassName
{
border-color: #C471CB;
}
.TagClassName
{
border-color: #C471CB;
}
</style>