Shades of Orchid #C279BD
Tints of Orchid #C279BD
RGB
CMYK
RGB Variations
Color information
#C279BD (or 0xC279BD) is known color: Orchid. HEX triplet: C2, 79 and BD. RGB value is (194,121,189). Sum of RGB (Red+Green+Blue) = 194+121+189=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C279BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C279BD is #3D8642. Grayscale: #969696. Windows color (decimal): -4032067 or 12417474. OLE color: 12417474.
HSL color Cylindrical-coordinate representation of color #C279BD: hue angle of 304.11º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C279BD is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 189 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.24 |
| HSL | 304.11º | 0.37% | 0.62% | - |
| HSV(B) | 304.11º | 0.38% | 0.76% | - |
| XYZ | 38.27 | 28.82 | 51.69 | - |
| YUV | 150.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 189 | 0 | 0.38 | 0.03 | 0.24 | 304.11 | 0.37 | 0.62 |
| Hex | C2 | 79 | BD | 0 | 26 | 3 | 18 | 130 | 25 | 3E |
| Octal | 302 | 171 | 275 | 0 | 46 | 3 | 30 | 460 | 45 | 76 |
| Binary | 11000010 | 1111001 | 10111101 | 0 | 100110 | 11 | 11000 | 100110000 | 100101 | 111110 |
Color Harmonies of #C279BD
Complementary color
Monochromatic Colors of #C279BD
Black with #C279BD
Text Example
Text Example
White with #C279BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C279BD; }
p { color: rgb(194,121,189); }
H1.HeaderClassName
{
color: #C279BD;
}
.AnyTagClassName
{
color: #C279BD;
}
</style>
background-color css
<style>
a { background-color: #C279BD; }
a { background-color: rgb(194,121,189); }
div.DivClassName
{
background-color: #C279BD;
}
.BgClassName
{
background-color: #C279BD;
}
</style>
border-color css
<style>
span { border-color: #C279BD; }
span { border-color: rgb(194,121,189); }
td.TdClassName
{
border-color: #C279BD;
}
.TagClassName
{
border-color: #C279BD;
}
</style>