Shades of Orchid #C475C0
Tints of Orchid #C475C0
RGB
CMYK
RGB Variations
Color information
#C475C0 (or 0xC475C0) is known color: Orchid. HEX triplet: C4, 75 and C0. RGB value is (196,117,192). Sum of RGB (Red+Green+Blue) = 196+117+192=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C475C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475C0 is #3B8A3F. Grayscale: #949494. Windows color (decimal): -3902016 or 12613060. OLE color: 12613060.
HSL color Cylindrical-coordinate representation of color #C475C0: hue angle of 303.04º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C475C0 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 192 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.23 |
| HSL | 303.04º | 0.4% | 0.61% | - |
| HSV(B) | 303.04º | 0.4% | 0.77% | - |
| XYZ | 38.64 | 28.26 | 53.29 | - |
| YUV | 149.17 | 152.17 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 192 | 0 | 0.40 | 0.02 | 0.23 | 303.04 | 0.4 | 0.61 |
| Hex | C4 | 75 | C0 | 0 | 28 | 2 | 17 | 12F | 28 | 3D |
| Octal | 304 | 165 | 300 | 0 | 50 | 2 | 27 | 457 | 50 | 75 |
| Binary | 11000100 | 1110101 | 11000000 | 0 | 101000 | 10 | 10111 | 100101111 | 101000 | 111101 |
Color Harmonies of #C475C0
Complementary color
Monochromatic Colors of #C475C0
Black with #C475C0
Text Example
Text Example
White with #C475C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C475C0; }
p { color: rgb(196,117,192); }
H1.HeaderClassName
{
color: #C475C0;
}
.AnyTagClassName
{
color: #C475C0;
}
</style>
background-color css
<style>
a { background-color: #C475C0; }
a { background-color: rgb(196,117,192); }
div.DivClassName
{
background-color: #C475C0;
}
.BgClassName
{
background-color: #C475C0;
}
</style>
border-color css
<style>
span { border-color: #C475C0; }
span { border-color: rgb(196,117,192); }
td.TdClassName
{
border-color: #C475C0;
}
.TagClassName
{
border-color: #C475C0;
}
</style>