Shades of Orchid #C478C7
Tints of Orchid #C478C7
RGB
CMYK
RGB Variations
Color information
#C478C7 (or 0xC478C7) is known color: Orchid. HEX triplet: C4, 78 and C7. RGB value is (196,120,199). Sum of RGB (Red+Green+Blue) = 196+120+199=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 199 - color contains mainly: blue. Hex color #C478C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C478C7 is #3B8738. Grayscale: #979797. Windows color (decimal): -3901241 or 13072580. OLE color: 13072580.
HSL color Cylindrical-coordinate representation of color #C478C7: hue angle of 297.72º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C478C7 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 120 | 199 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.22 |
| HSL | 297.72º | 0.41% | 0.63% | - |
| HSV(B) | 297.72º | 0.4% | 0.78% | - |
| XYZ | 39.79 | 29.29 | 57.59 | - |
| YUV | 151.73 | 154.68 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 199 | 0.02 | 0.40 | 0 | 0.22 | 297.72 | 0.41 | 0.63 |
| Hex | C4 | 78 | C7 | 2 | 28 | 0 | 16 | 12A | 29 | 3F |
| Octal | 304 | 170 | 307 | 2 | 50 | 0 | 26 | 452 | 51 | 77 |
| Binary | 11000100 | 1111000 | 11000111 | 10 | 101000 | 0 | 10110 | 100101010 | 101001 | 111111 |
Color Harmonies of #C478C7
Complementary color
Monochromatic Colors of #C478C7
Black with #C478C7
Text Example
Text Example
White with #C478C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C478C7; }
p { color: rgb(196,120,199); }
H1.HeaderClassName
{
color: #C478C7;
}
.AnyTagClassName
{
color: #C478C7;
}
</style>
background-color css
<style>
a { background-color: #C478C7; }
a { background-color: rgb(196,120,199); }
div.DivClassName
{
background-color: #C478C7;
}
.BgClassName
{
background-color: #C478C7;
}
</style>
border-color css
<style>
span { border-color: #C478C7; }
span { border-color: rgb(196,120,199); }
td.TdClassName
{
border-color: #C478C7;
}
.TagClassName
{
border-color: #C478C7;
}
</style>