Shades of Orchid #C279DC
Tints of Orchid #C279DC
RGB
CMYK
RGB Variations
Color information
#C279DC (or 0xC279DC) is known color: Orchid. HEX triplet: C2, 79 and DC. RGB value is (194,121,220). Sum of RGB (Red+Green+Blue) = 194+121+220=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 121 (47.66% from 255 or 22.62% 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 #C279DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C279DC is #3D8623. Grayscale: #999999. Windows color (decimal): -4032036 or 14449090. OLE color: 14449090.
HSL color Cylindrical-coordinate representation of color #C279DC: hue angle of 284.24º 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 #C279DC is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 121 | 220 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.14 |
| HSL | 284.24º | 0.59% | 0.67% | - |
| HSV(B) | 284.24º | 0.45% | 0.86% | - |
| XYZ | 42 | 30.31 | 71.35 | - |
| YUV | 154.11 | 165.18 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 220 | 0.12 | 0.45 | 0 | 0.14 | 284.24 | 0.59 | 0.67 |
| Hex | C2 | 79 | DC | C | 2D | 0 | E | 11C | 3B | 43 |
| Octal | 302 | 171 | 334 | 14 | 55 | 0 | 16 | 434 | 73 | 103 |
| Binary | 11000010 | 1111001 | 11011100 | 1100 | 101101 | 0 | 1110 | 100011100 | 111011 | 1000011 |
Color Harmonies of #C279DC
Complementary color
Monochromatic Colors of #C279DC
Black with #C279DC
Text Example
Text Example
White with #C279DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C279DC; }
p { color: rgb(194,121,220); }
H1.HeaderClassName
{
color: #C279DC;
}
.AnyTagClassName
{
color: #C279DC;
}
</style>
background-color css
<style>
a { background-color: #C279DC; }
a { background-color: rgb(194,121,220); }
div.DivClassName
{
background-color: #C279DC;
}
.BgClassName
{
background-color: #C279DC;
}
</style>
border-color css
<style>
span { border-color: #C279DC; }
span { border-color: rgb(194,121,220); }
td.TdClassName
{
border-color: #C279DC;
}
.TagClassName
{
border-color: #C279DC;
}
</style>