Shades of Orchid #C279E1
Tints of Orchid #C279E1
RGB
CMYK
RGB Variations
Color information
#C279E1 (or 0xC279E1) is known color: Orchid. HEX triplet: C2, 79 and E1. RGB value is (194,121,225). Sum of RGB (Red+Green+Blue) = 194+121+225=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #C279E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C279E1 is #3D861E. Grayscale: #9A9A9A. Windows color (decimal): -4032031 or 14776770. OLE color: 14776770.
HSL color Cylindrical-coordinate representation of color #C279E1: hue angle of 282.12º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C279E1 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 121 | 225 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.12 |
| HSL | 282.12º | 0.63% | 0.68% | - |
| HSV(B) | 282.12º | 0.46% | 0.88% | - |
| XYZ | 42.68 | 30.58 | 74.89 | - |
| YUV | 154.68 | 167.68 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 225 | 0.14 | 0.46 | 0 | 0.12 | 282.12 | 0.63 | 0.68 |
| Hex | C2 | 79 | E1 | E | 2E | 0 | C | 11A | 3F | 44 |
| Octal | 302 | 171 | 341 | 16 | 56 | 0 | 14 | 432 | 77 | 104 |
| Binary | 11000010 | 1111001 | 11100001 | 1110 | 101110 | 0 | 1100 | 100011010 | 111111 | 1000100 |
Color Harmonies of #C279E1
Complementary color
Monochromatic Colors of #C279E1
Black with #C279E1
Text Example
Text Example
White with #C279E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C279E1; }
p { color: rgb(194,121,225); }
H1.HeaderClassName
{
color: #C279E1;
}
.AnyTagClassName
{
color: #C279E1;
}
</style>
background-color css
<style>
a { background-color: #C279E1; }
a { background-color: rgb(194,121,225); }
div.DivClassName
{
background-color: #C279E1;
}
.BgClassName
{
background-color: #C279E1;
}
</style>
border-color css
<style>
span { border-color: #C279E1; }
span { border-color: rgb(194,121,225); }
td.TdClassName
{
border-color: #C279E1;
}
.TagClassName
{
border-color: #C279E1;
}
</style>