Shades of Orchid #C478BD
Tints of Orchid #C478BD
RGB
CMYK
RGB Variations
Color information
#C478BD (or 0xC478BD) is known color: Orchid. HEX triplet: C4, 78 and BD. RGB value is (196,120,189). Sum of RGB (Red+Green+Blue) = 196+120+189=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C478BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C478BD is #3B8742. Grayscale: #969696. Windows color (decimal): -3901251 or 12417220. OLE color: 12417220.
HSL color Cylindrical-coordinate representation of color #C478BD: hue angle of 305.53º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C478BD is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 189 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.23 |
| HSL | 305.53º | 0.39% | 0.62% | - |
| HSV(B) | 305.53º | 0.39% | 0.77% | - |
| XYZ | 38.67 | 28.84 | 51.67 | - |
| YUV | 150.59 | 149.68 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 189 | 0 | 0.39 | 0.04 | 0.23 | 305.53 | 0.39 | 0.62 |
| Hex | C4 | 78 | BD | 0 | 27 | 4 | 17 | 132 | 27 | 3E |
| Octal | 304 | 170 | 275 | 0 | 47 | 4 | 27 | 462 | 47 | 76 |
| Binary | 11000100 | 1111000 | 10111101 | 0 | 100111 | 100 | 10111 | 100110010 | 100111 | 111110 |
Color Harmonies of #C478BD
Complementary color
Monochromatic Colors of #C478BD
Black with #C478BD
Text Example
Text Example
White with #C478BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C478BD; }
p { color: rgb(196,120,189); }
H1.HeaderClassName
{
color: #C478BD;
}
.AnyTagClassName
{
color: #C478BD;
}
</style>
background-color css
<style>
a { background-color: #C478BD; }
a { background-color: rgb(196,120,189); }
div.DivClassName
{
background-color: #C478BD;
}
.BgClassName
{
background-color: #C478BD;
}
</style>
border-color css
<style>
span { border-color: #C478BD; }
span { border-color: rgb(196,120,189); }
td.TdClassName
{
border-color: #C478BD;
}
.TagClassName
{
border-color: #C478BD;
}
</style>