Shades of Orchid #C473CB
Tints of Orchid #C473CB
RGB
CMYK
RGB Variations
Color information
#C473CB (or 0xC473CB) is known color: Orchid. HEX triplet: C4, 73 and CB. RGB value is (196,115,203). Sum of RGB (Red+Green+Blue) = 196+115+203=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #C473CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C473CB is #3B8C34. Grayscale: #949494. Windows color (decimal): -3902517 or 13333444. OLE color: 13333444.
HSL color Cylindrical-coordinate representation of color #C473CB: hue angle of 295.23º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C473CB is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 115 | 203 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.20 |
| HSL | 295.23º | 0.46% | 0.62% | - |
| HSV(B) | 295.23º | 0.43% | 0.8% | - |
| XYZ | 39.68 | 28.31 | 59.87 | - |
| YUV | 149.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 203 | 0.03 | 0.43 | 0 | 0.20 | 295.23 | 0.46 | 0.62 |
| Hex | C4 | 73 | CB | 3 | 2B | 0 | 14 | 127 | 2E | 3E |
| Octal | 304 | 163 | 313 | 3 | 53 | 0 | 24 | 447 | 56 | 76 |
| Binary | 11000100 | 1110011 | 11001011 | 11 | 101011 | 0 | 10100 | 100100111 | 101110 | 111110 |
Color Harmonies of #C473CB
Complementary color
Monochromatic Colors of #C473CB
Black with #C473CB
Text Example
Text Example
White with #C473CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C473CB; }
p { color: rgb(196,115,203); }
H1.HeaderClassName
{
color: #C473CB;
}
.AnyTagClassName
{
color: #C473CB;
}
</style>
background-color css
<style>
a { background-color: #C473CB; }
a { background-color: rgb(196,115,203); }
div.DivClassName
{
background-color: #C473CB;
}
.BgClassName
{
background-color: #C473CB;
}
</style>
border-color css
<style>
span { border-color: #C473CB; }
span { border-color: rgb(196,115,203); }
td.TdClassName
{
border-color: #C473CB;
}
.TagClassName
{
border-color: #C473CB;
}
</style>