Shades of Orchid #C475C6
Tints of Orchid #C475C6
RGB
CMYK
RGB Variations
Color information
#C475C6 (or 0xC475C6) is known color: Orchid. HEX triplet: C4, 75 and C6. RGB value is (196,117,198). Sum of RGB (Red+Green+Blue) = 196+117+198=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 198 - color contains mainly: blue. Hex color #C475C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475C6 is #3B8A39. Grayscale: #959595. Windows color (decimal): -3902010 or 13006276. OLE color: 13006276.
HSL color Cylindrical-coordinate representation of color #C475C6: hue angle of 298.52º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C475C6 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 117 | 198 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.22 |
| HSL | 298.52º | 0.42% | 0.62% | - |
| HSV(B) | 298.52º | 0.41% | 0.78% | - |
| XYZ | 39.32 | 28.54 | 56.86 | - |
| YUV | 149.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 198 | 0.01 | 0.41 | 0 | 0.22 | 298.52 | 0.42 | 0.62 |
| Hex | C4 | 75 | C6 | 1 | 29 | 0 | 16 | 12B | 2A | 3E |
| Octal | 304 | 165 | 306 | 1 | 51 | 0 | 26 | 453 | 52 | 76 |
| Binary | 11000100 | 1110101 | 11000110 | 1 | 101001 | 0 | 10110 | 100101011 | 101010 | 111110 |
Color Harmonies of #C475C6
Complementary color
Monochromatic Colors of #C475C6
Black with #C475C6
Text Example
Text Example
White with #C475C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C475C6; }
p { color: rgb(196,117,198); }
H1.HeaderClassName
{
color: #C475C6;
}
.AnyTagClassName
{
color: #C475C6;
}
</style>
background-color css
<style>
a { background-color: #C475C6; }
a { background-color: rgb(196,117,198); }
div.DivClassName
{
background-color: #C475C6;
}
.BgClassName
{
background-color: #C475C6;
}
</style>
border-color css
<style>
span { border-color: #C475C6; }
span { border-color: rgb(196,117,198); }
td.TdClassName
{
border-color: #C475C6;
}
.TagClassName
{
border-color: #C475C6;
}
</style>