Shades of Orchid #C475C9
Tints of Orchid #C475C9
RGB
CMYK
RGB Variations
Color information
#C475C9 (or 0xC475C9) is known color: Orchid. HEX triplet: C4, 75 and C9. RGB value is (196,117,201). Sum of RGB (Red+Green+Blue) = 196+117+201=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 201 - color contains mainly: blue. Hex color #C475C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475C9 is #3B8A36. Grayscale: #959595. Windows color (decimal): -3902007 or 13202884. OLE color: 13202884.
HSL color Cylindrical-coordinate representation of color #C475C9: hue angle of 296.43º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C475C9 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 117 | 201 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.21 |
| HSL | 296.43º | 0.44% | 0.62% | - |
| HSV(B) | 296.43º | 0.42% | 0.79% | - |
| XYZ | 39.67 | 28.68 | 58.7 | - |
| YUV | 150.2 | 156.67 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 201 | 0.02 | 0.42 | 0 | 0.21 | 296.43 | 0.44 | 0.62 |
| Hex | C4 | 75 | C9 | 2 | 2A | 0 | 15 | 128 | 2C | 3E |
| Octal | 304 | 165 | 311 | 2 | 52 | 0 | 25 | 450 | 54 | 76 |
| Binary | 11000100 | 1110101 | 11001001 | 10 | 101010 | 0 | 10101 | 100101000 | 101100 | 111110 |
Color Harmonies of #C475C9
Complementary color
Monochromatic Colors of #C475C9
Black with #C475C9
Text Example
Text Example
White with #C475C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C475C9; }
p { color: rgb(196,117,201); }
H1.HeaderClassName
{
color: #C475C9;
}
.AnyTagClassName
{
color: #C475C9;
}
</style>
background-color css
<style>
a { background-color: #C475C9; }
a { background-color: rgb(196,117,201); }
div.DivClassName
{
background-color: #C475C9;
}
.BgClassName
{
background-color: #C475C9;
}
</style>
border-color css
<style>
span { border-color: #C475C9; }
span { border-color: rgb(196,117,201); }
td.TdClassName
{
border-color: #C475C9;
}
.TagClassName
{
border-color: #C475C9;
}
</style>