Shades of Orchid #C378DC
Tints of Orchid #C378DC
RGB
CMYK
RGB Variations
Color information
#C378DC (or 0xC378DC) is known color: Orchid. HEX triplet: C3, 78 and DC. RGB value is (195,120,220). Sum of RGB (Red+Green+Blue) = 195+120+220=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #C378DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C378DC is #3C8723. Grayscale: #999999. Windows color (decimal): -3966756 or 14448835. OLE color: 14448835.
HSL color Cylindrical-coordinate representation of color #C378DC: hue angle of 285º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C378DC is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 120 | 220 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.14 |
| HSL | 285º | 0.59% | 0.67% | - |
| HSV(B) | 285º | 0.45% | 0.86% | - |
| XYZ | 42.14 | 30.2 | 71.32 | - |
| YUV | 153.83 | 165.35 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 220 | 0.11 | 0.45 | 0 | 0.14 | 285 | 0.59 | 0.67 |
| Hex | C3 | 78 | DC | B | 2D | 0 | E | 11D | 3B | 43 |
| Octal | 303 | 170 | 334 | 13 | 55 | 0 | 16 | 435 | 73 | 103 |
| Binary | 11000011 | 1111000 | 11011100 | 1011 | 101101 | 0 | 1110 | 100011101 | 111011 | 1000011 |
Color Harmonies of #C378DC
Complementary color
Monochromatic Colors of #C378DC
Black with #C378DC
Text Example
Text Example
White with #C378DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C378DC; }
p { color: rgb(195,120,220); }
H1.HeaderClassName
{
color: #C378DC;
}
.AnyTagClassName
{
color: #C378DC;
}
</style>
background-color css
<style>
a { background-color: #C378DC; }
a { background-color: rgb(195,120,220); }
div.DivClassName
{
background-color: #C378DC;
}
.BgClassName
{
background-color: #C378DC;
}
</style>
border-color css
<style>
span { border-color: #C378DC; }
span { border-color: rgb(195,120,220); }
td.TdClassName
{
border-color: #C378DC;
}
.TagClassName
{
border-color: #C378DC;
}
</style>