Shades of Orchid #C478C9
Tints of Orchid #C478C9
RGB
CMYK
RGB Variations
Color information
#C478C9 (or 0xC478C9) is known color: Orchid. HEX triplet: C4, 78 and C9. RGB value is (196,120,201). Sum of RGB (Red+Green+Blue) = 196+120+201=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 120 (47.27% from 255 or 23.21% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 201 - color contains mainly: blue. Hex color #C478C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C478C9 is #3B8736. Grayscale: #979797. Windows color (decimal): -3901239 or 13203652. OLE color: 13203652.
HSL color Cylindrical-coordinate representation of color #C478C9: hue angle of 296.3º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C478C9 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 120 | 201 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.21 |
| HSL | 296.3º | 0.43% | 0.63% | - |
| HSV(B) | 296.3º | 0.4% | 0.79% | - |
| XYZ | 40.02 | 29.39 | 58.82 | - |
| YUV | 151.96 | 155.68 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 201 | 0.02 | 0.40 | 0 | 0.21 | 296.3 | 0.43 | 0.63 |
| Hex | C4 | 78 | C9 | 2 | 28 | 0 | 15 | 128 | 2B | 3F |
| Octal | 304 | 170 | 311 | 2 | 50 | 0 | 25 | 450 | 53 | 77 |
| Binary | 11000100 | 1111000 | 11001001 | 10 | 101000 | 0 | 10101 | 100101000 | 101011 | 111111 |
Color Harmonies of #C478C9
Complementary color
Monochromatic Colors of #C478C9
Black with #C478C9
Text Example
Text Example
White with #C478C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C478C9; }
p { color: rgb(196,120,201); }
H1.HeaderClassName
{
color: #C478C9;
}
.AnyTagClassName
{
color: #C478C9;
}
</style>
background-color css
<style>
a { background-color: #C478C9; }
a { background-color: rgb(196,120,201); }
div.DivClassName
{
background-color: #C478C9;
}
.BgClassName
{
background-color: #C478C9;
}
</style>
border-color css
<style>
span { border-color: #C478C9; }
span { border-color: rgb(196,120,201); }
td.TdClassName
{
border-color: #C478C9;
}
.TagClassName
{
border-color: #C478C9;
}
</style>