Shades of Orchid #C279CB
Tints of Orchid #C279CB
RGB
CMYK
RGB Variations
Color information
#C279CB (or 0xC279CB) is known color: Orchid. HEX triplet: C2, 79 and CB. RGB value is (194,121,203). Sum of RGB (Red+Green+Blue) = 194+121+203=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #C279CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C279CB is #3D8634. Grayscale: #979797. Windows color (decimal): -4032053 or 13334978. OLE color: 13334978.
HSL color Cylindrical-coordinate representation of color #C279CB: hue angle of 293.41º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C279CB is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 121 | 203 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.20 |
| HSL | 293.41º | 0.44% | 0.64% | - |
| HSV(B) | 293.41º | 0.4% | 0.8% | - |
| XYZ | 39.87 | 29.46 | 60.08 | - |
| YUV | 152.18 | 156.68 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 203 | 0.04 | 0.40 | 0 | 0.20 | 293.41 | 0.44 | 0.64 |
| Hex | C2 | 79 | CB | 4 | 28 | 0 | 14 | 125 | 2C | 40 |
| Octal | 302 | 171 | 313 | 4 | 50 | 0 | 24 | 445 | 54 | 100 |
| Binary | 11000010 | 1111001 | 11001011 | 100 | 101000 | 0 | 10100 | 100100101 | 101100 | 1000000 |
Color Harmonies of #C279CB
Complementary color
Monochromatic Colors of #C279CB
Black with #C279CB
Text Example
Text Example
White with #C279CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C279CB; }
p { color: rgb(194,121,203); }
H1.HeaderClassName
{
color: #C279CB;
}
.AnyTagClassName
{
color: #C279CB;
}
</style>
background-color css
<style>
a { background-color: #C279CB; }
a { background-color: rgb(194,121,203); }
div.DivClassName
{
background-color: #C279CB;
}
.BgClassName
{
background-color: #C279CB;
}
</style>
border-color css
<style>
span { border-color: #C279CB; }
span { border-color: rgb(194,121,203); }
td.TdClassName
{
border-color: #C279CB;
}
.TagClassName
{
border-color: #C279CB;
}
</style>