Shades of Orchid #C379C0
Tints of Orchid #C379C0
RGB
CMYK
RGB Variations
Color information
#C379C0 (or 0xC379C0) is known color: Orchid. HEX triplet: C3, 79 and C0. RGB value is (195,121,192). Sum of RGB (Red+Green+Blue) = 195+121+192=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C379C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379C0 is #3C863F. Grayscale: #979797. Windows color (decimal): -3966528 or 12614083. OLE color: 12614083.
HSL color Cylindrical-coordinate representation of color #C379C0: hue angle of 302.43º degrees, saturation: 0.38, 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 #C379C0 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 192 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.24 |
| HSL | 302.43º | 0.38% | 0.62% | - |
| HSV(B) | 302.43º | 0.38% | 0.76% | - |
| XYZ | 38.86 | 29.08 | 53.43 | - |
| YUV | 151.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 192 | 0 | 0.38 | 0.02 | 0.24 | 302.43 | 0.38 | 0.62 |
| Hex | C3 | 79 | C0 | 0 | 26 | 2 | 18 | 12E | 26 | 3E |
| Octal | 303 | 171 | 300 | 0 | 46 | 2 | 30 | 456 | 46 | 76 |
| Binary | 11000011 | 1111001 | 11000000 | 0 | 100110 | 10 | 11000 | 100101110 | 100110 | 111110 |
Color Harmonies of #C379C0
Complementary color
Monochromatic Colors of #C379C0
Black with #C379C0
Text Example
Text Example
White with #C379C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C379C0; }
p { color: rgb(195,121,192); }
H1.HeaderClassName
{
color: #C379C0;
}
.AnyTagClassName
{
color: #C379C0;
}
</style>
background-color css
<style>
a { background-color: #C379C0; }
a { background-color: rgb(195,121,192); }
div.DivClassName
{
background-color: #C379C0;
}
.BgClassName
{
background-color: #C379C0;
}
</style>
border-color css
<style>
span { border-color: #C379C0; }
span { border-color: rgb(195,121,192); }
td.TdClassName
{
border-color: #C379C0;
}
.TagClassName
{
border-color: #C379C0;
}
</style>