Shades of Orchid #C475CF
Tints of Orchid #C475CF
RGB
CMYK
RGB Variations
Color information
#C475CF (or 0xC475CF) is known color: Orchid. HEX triplet: C4, 75 and CF. RGB value is (196,117,207). Sum of RGB (Red+Green+Blue) = 196+117+207=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #C475CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475CF is #3B8A30. Grayscale: #969696. Windows color (decimal): -3902001 or 13596100. OLE color: 13596100.
HSL color Cylindrical-coordinate representation of color #C475CF: hue angle of 292.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C475CF is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 117 | 207 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.19 |
| HSL | 292.67º | 0.48% | 0.64% | - |
| HSV(B) | 292.67º | 0.43% | 0.81% | - |
| XYZ | 40.39 | 28.96 | 62.49 | - |
| YUV | 150.88 | 159.67 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 207 | 0.05 | 0.43 | 0 | 0.19 | 292.67 | 0.48 | 0.64 |
| Hex | C4 | 75 | CF | 5 | 2B | 0 | 13 | 125 | 30 | 40 |
| Octal | 304 | 165 | 317 | 5 | 53 | 0 | 23 | 445 | 60 | 100 |
| Binary | 11000100 | 1110101 | 11001111 | 101 | 101011 | 0 | 10011 | 100100101 | 110000 | 1000000 |
Color Harmonies of #C475CF
Complementary color
Monochromatic Colors of #C475CF
Black with #C475CF
Text Example
Text Example
White with #C475CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C475CF; }
p { color: rgb(196,117,207); }
H1.HeaderClassName
{
color: #C475CF;
}
.AnyTagClassName
{
color: #C475CF;
}
</style>
background-color css
<style>
a { background-color: #C475CF; }
a { background-color: rgb(196,117,207); }
div.DivClassName
{
background-color: #C475CF;
}
.BgClassName
{
background-color: #C475CF;
}
</style>
border-color css
<style>
span { border-color: #C475CF; }
span { border-color: rgb(196,117,207); }
td.TdClassName
{
border-color: #C475CF;
}
.TagClassName
{
border-color: #C475CF;
}
</style>