Shades of Orchid #C378DB
Tints of Orchid #C378DB
RGB
CMYK
RGB Variations
Color information
#C378DB (or 0xC378DB) is known color: Orchid. HEX triplet: C3, 78 and DB. RGB value is (195,120,219). Sum of RGB (Red+Green+Blue) = 195+120+219=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #C378DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C378DB is #3C8724. Grayscale: #999999. Windows color (decimal): -3966757 or 14383299. OLE color: 14383299.
HSL color Cylindrical-coordinate representation of color #C378DB: hue angle of 285.45º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C378DB is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 120 | 219 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.14 |
| HSL | 285.45º | 0.58% | 0.66% | - |
| HSV(B) | 285.45º | 0.45% | 0.86% | - |
| XYZ | 42.01 | 30.15 | 70.62 | - |
| YUV | 153.71 | 164.85 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 219 | 0.11 | 0.45 | 0 | 0.14 | 285.45 | 0.58 | 0.66 |
| Hex | C3 | 78 | DB | B | 2D | 0 | E | 11D | 3A | 42 |
| Octal | 303 | 170 | 333 | 13 | 55 | 0 | 16 | 435 | 72 | 102 |
| Binary | 11000011 | 1111000 | 11011011 | 1011 | 101101 | 0 | 1110 | 100011101 | 111010 | 1000010 |
Color Harmonies of #C378DB
Complementary color
Monochromatic Colors of #C378DB
Black with #C378DB
Text Example
Text Example
White with #C378DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C378DB; }
p { color: rgb(195,120,219); }
H1.HeaderClassName
{
color: #C378DB;
}
.AnyTagClassName
{
color: #C378DB;
}
</style>
background-color css
<style>
a { background-color: #C378DB; }
a { background-color: rgb(195,120,219); }
div.DivClassName
{
background-color: #C378DB;
}
.BgClassName
{
background-color: #C378DB;
}
</style>
border-color css
<style>
span { border-color: #C378DB; }
span { border-color: rgb(195,120,219); }
td.TdClassName
{
border-color: #C378DB;
}
.TagClassName
{
border-color: #C378DB;
}
</style>