Shades of Orchid #C378BB
Tints of Orchid #C378BB
RGB
CMYK
RGB Variations
Color information
#C378BB (or 0xC378BB) is known color: Orchid. HEX triplet: C3, 78 and BB. RGB value is (195,120,187). Sum of RGB (Red+Green+Blue) = 195+120+187=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C378BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C378BB is #3C8744. Grayscale: #959595. Windows color (decimal): -3966789 or 12286147. OLE color: 12286147.
HSL color Cylindrical-coordinate representation of color #C378BB: hue angle of 306.4º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C378BB is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 187 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.24 |
| HSL | 306.4º | 0.38% | 0.62% | - |
| HSV(B) | 306.4º | 0.38% | 0.76% | - |
| XYZ | 38.19 | 28.62 | 50.53 | - |
| YUV | 150.06 | 148.85 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 187 | 0 | 0.38 | 0.04 | 0.24 | 306.4 | 0.38 | 0.62 |
| Hex | C3 | 78 | BB | 0 | 26 | 4 | 18 | 132 | 26 | 3E |
| Octal | 303 | 170 | 273 | 0 | 46 | 4 | 30 | 462 | 46 | 76 |
| Binary | 11000011 | 1111000 | 10111011 | 0 | 100110 | 100 | 11000 | 100110010 | 100110 | 111110 |
Color Harmonies of #C378BB
Complementary color
Monochromatic Colors of #C378BB
Black with #C378BB
Text Example
Text Example
White with #C378BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C378BB; }
p { color: rgb(195,120,187); }
H1.HeaderClassName
{
color: #C378BB;
}
.AnyTagClassName
{
color: #C378BB;
}
</style>
background-color css
<style>
a { background-color: #C378BB; }
a { background-color: rgb(195,120,187); }
div.DivClassName
{
background-color: #C378BB;
}
.BgClassName
{
background-color: #C378BB;
}
</style>
border-color css
<style>
span { border-color: #C378BB; }
span { border-color: rgb(195,120,187); }
td.TdClassName
{
border-color: #C378BB;
}
.TagClassName
{
border-color: #C378BB;
}
</style>