Shades of Orchid #C379DC
Tints of Orchid #C379DC
RGB
CMYK
RGB Variations
Color information
#C379DC (or 0xC379DC) is known color: Orchid. HEX triplet: C3, 79 and DC. RGB value is (195,121,220). Sum of RGB (Red+Green+Blue) = 195+121+220=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #C379DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379DC is #3C8623. Grayscale: #9A9A9A. Windows color (decimal): -3966500 or 14449091. OLE color: 14449091.
HSL color Cylindrical-coordinate representation of color #C379DC: hue angle of 284.85º 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 #C379DC is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 121 | 220 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.14 |
| HSL | 284.85º | 0.59% | 0.67% | - |
| HSV(B) | 284.85º | 0.45% | 0.86% | - |
| XYZ | 42.26 | 30.44 | 71.36 | - |
| YUV | 154.41 | 165.02 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 220 | 0.11 | 0.45 | 0 | 0.14 | 284.85 | 0.59 | 0.67 |
| Hex | C3 | 79 | DC | B | 2D | 0 | E | 11D | 3B | 43 |
| Octal | 303 | 171 | 334 | 13 | 55 | 0 | 16 | 435 | 73 | 103 |
| Binary | 11000011 | 1111001 | 11011100 | 1011 | 101101 | 0 | 1110 | 100011101 | 111011 | 1000011 |
Color Harmonies of #C379DC
Complementary color
Monochromatic Colors of #C379DC
Black with #C379DC
Text Example
Text Example
White with #C379DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C379DC; }
p { color: rgb(195,121,220); }
H1.HeaderClassName
{
color: #C379DC;
}
.AnyTagClassName
{
color: #C379DC;
}
</style>
background-color css
<style>
a { background-color: #C379DC; }
a { background-color: rgb(195,121,220); }
div.DivClassName
{
background-color: #C379DC;
}
.BgClassName
{
background-color: #C379DC;
}
</style>
border-color css
<style>
span { border-color: #C379DC; }
span { border-color: rgb(195,121,220); }
td.TdClassName
{
border-color: #C379DC;
}
.TagClassName
{
border-color: #C379DC;
}
</style>