Shades of Orchid #C279DF
Tints of Orchid #C279DF
RGB
CMYK
RGB Variations
Color information
#C279DF (or 0xC279DF) is known color: Orchid. HEX triplet: C2, 79 and DF. RGB value is (194,121,223). Sum of RGB (Red+Green+Blue) = 194+121+223=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #C279DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C279DF is #3D8620. Grayscale: #9A9A9A. Windows color (decimal): -4032033 or 14645698. OLE color: 14645698.
HSL color Cylindrical-coordinate representation of color #C279DF: hue angle of 282.94º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C279DF is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 121 | 223 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.13 |
| HSL | 282.94º | 0.61% | 0.67% | - |
| HSV(B) | 282.94º | 0.46% | 0.87% | - |
| XYZ | 42.4 | 30.47 | 73.46 | - |
| YUV | 154.46 | 166.68 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 223 | 0.13 | 0.46 | 0 | 0.13 | 282.94 | 0.61 | 0.67 |
| Hex | C2 | 79 | DF | D | 2E | 0 | D | 11B | 3D | 43 |
| Octal | 302 | 171 | 337 | 15 | 56 | 0 | 15 | 433 | 75 | 103 |
| Binary | 11000010 | 1111001 | 11011111 | 1101 | 101110 | 0 | 1101 | 100011011 | 111101 | 1000011 |
Color Harmonies of #C279DF
Complementary color
Monochromatic Colors of #C279DF
Black with #C279DF
Text Example
Text Example
White with #C279DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C279DF; }
p { color: rgb(194,121,223); }
H1.HeaderClassName
{
color: #C279DF;
}
.AnyTagClassName
{
color: #C279DF;
}
</style>
background-color css
<style>
a { background-color: #C279DF; }
a { background-color: rgb(194,121,223); }
div.DivClassName
{
background-color: #C279DF;
}
.BgClassName
{
background-color: #C279DF;
}
</style>
border-color css
<style>
span { border-color: #C279DF; }
span { border-color: rgb(194,121,223); }
td.TdClassName
{
border-color: #C279DF;
}
.TagClassName
{
border-color: #C279DF;
}
</style>