Shades of Orchid #C478BF
Tints of Orchid #C478BF
RGB
CMYK
RGB Variations
Color information
#C478BF (or 0xC478BF) is known color: Orchid. HEX triplet: C4, 78 and BF. RGB value is (196,120,191). Sum of RGB (Red+Green+Blue) = 196+120+191=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C478BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C478BF is #3B8740. Grayscale: #969696. Windows color (decimal): -3901249 or 12548292. OLE color: 12548292.
HSL color Cylindrical-coordinate representation of color #C478BF: hue angle of 303.95º 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 #C478BF is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 191 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.23 |
| HSL | 303.95º | 0.39% | 0.62% | - |
| HSV(B) | 303.95º | 0.39% | 0.77% | - |
| XYZ | 38.89 | 28.93 | 52.82 | - |
| YUV | 150.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 191 | 0 | 0.39 | 0.03 | 0.23 | 303.95 | 0.39 | 0.62 |
| Hex | C4 | 78 | BF | 0 | 27 | 3 | 17 | 130 | 27 | 3E |
| Octal | 304 | 170 | 277 | 0 | 47 | 3 | 27 | 460 | 47 | 76 |
| Binary | 11000100 | 1111000 | 10111111 | 0 | 100111 | 11 | 10111 | 100110000 | 100111 | 111110 |
Color Harmonies of #C478BF
Complementary color
Monochromatic Colors of #C478BF
Black with #C478BF
Text Example
Text Example
White with #C478BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C478BF; }
p { color: rgb(196,120,191); }
H1.HeaderClassName
{
color: #C478BF;
}
.AnyTagClassName
{
color: #C478BF;
}
</style>
background-color css
<style>
a { background-color: #C478BF; }
a { background-color: rgb(196,120,191); }
div.DivClassName
{
background-color: #C478BF;
}
.BgClassName
{
background-color: #C478BF;
}
</style>
border-color css
<style>
span { border-color: #C478BF; }
span { border-color: rgb(196,120,191); }
td.TdClassName
{
border-color: #C478BF;
}
.TagClassName
{
border-color: #C478BF;
}
</style>