Shades of Orchid #C279CE
Tints of Orchid #C279CE
RGB
CMYK
RGB Variations
Color information
#C279CE (or 0xC279CE) is known color: Orchid. HEX triplet: C2, 79 and CE. RGB value is (194,121,206). Sum of RGB (Red+Green+Blue) = 194+121+206=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #C279CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C279CE is #3D8631. Grayscale: #989898. Windows color (decimal): -4032050 or 13531586. OLE color: 13531586.
HSL color Cylindrical-coordinate representation of color #C279CE: hue angle of 291.53º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C279CE is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 121 | 206 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.19 |
| HSL | 291.53º | 0.46% | 0.64% | - |
| HSV(B) | 291.53º | 0.41% | 0.81% | - |
| XYZ | 40.23 | 29.6 | 61.99 | - |
| YUV | 152.52 | 158.18 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 206 | 0.06 | 0.41 | 0 | 0.19 | 291.53 | 0.46 | 0.64 |
| Hex | C2 | 79 | CE | 6 | 29 | 0 | 13 | 124 | 2E | 40 |
| Octal | 302 | 171 | 316 | 6 | 51 | 0 | 23 | 444 | 56 | 100 |
| Binary | 11000010 | 1111001 | 11001110 | 110 | 101001 | 0 | 10011 | 100100100 | 101110 | 1000000 |
Color Harmonies of #C279CE
Complementary color
Monochromatic Colors of #C279CE
Black with #C279CE
Text Example
Text Example
White with #C279CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C279CE; }
p { color: rgb(194,121,206); }
H1.HeaderClassName
{
color: #C279CE;
}
.AnyTagClassName
{
color: #C279CE;
}
</style>
background-color css
<style>
a { background-color: #C279CE; }
a { background-color: rgb(194,121,206); }
div.DivClassName
{
background-color: #C279CE;
}
.BgClassName
{
background-color: #C279CE;
}
</style>
border-color css
<style>
span { border-color: #C279CE; }
span { border-color: rgb(194,121,206); }
td.TdClassName
{
border-color: #C279CE;
}
.TagClassName
{
border-color: #C279CE;
}
</style>