Shades of Orchid #C379BC
Tints of Orchid #C379BC
RGB
CMYK
RGB Variations
Color information
#C379BC (or 0xC379BC) is known color: Orchid. HEX triplet: C3, 79 and BC. RGB value is (195,121,188). Sum of RGB (Red+Green+Blue) = 195+121+188=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C379BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379BC is #3C8643. Grayscale: #969696. Windows color (decimal): -3966532 or 12351939. OLE color: 12351939.
HSL color Cylindrical-coordinate representation of color #C379BC: hue angle of 305.68º 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 #C379BC is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 188 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.24 |
| HSL | 305.68º | 0.38% | 0.62% | - |
| HSV(B) | 305.68º | 0.38% | 0.76% | - |
| XYZ | 38.42 | 28.91 | 51.13 | - |
| YUV | 150.76 | 149.02 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 188 | 0 | 0.38 | 0.04 | 0.24 | 305.68 | 0.38 | 0.62 |
| Hex | C3 | 79 | BC | 0 | 26 | 4 | 18 | 132 | 26 | 3E |
| Octal | 303 | 171 | 274 | 0 | 46 | 4 | 30 | 462 | 46 | 76 |
| Binary | 11000011 | 1111001 | 10111100 | 0 | 100110 | 100 | 11000 | 100110010 | 100110 | 111110 |
Color Harmonies of #C379BC
Complementary color
Monochromatic Colors of #C379BC
Black with #C379BC
Text Example
Text Example
White with #C379BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C379BC; }
p { color: rgb(195,121,188); }
H1.HeaderClassName
{
color: #C379BC;
}
.AnyTagClassName
{
color: #C379BC;
}
</style>
background-color css
<style>
a { background-color: #C379BC; }
a { background-color: rgb(195,121,188); }
div.DivClassName
{
background-color: #C379BC;
}
.BgClassName
{
background-color: #C379BC;
}
</style>
border-color css
<style>
span { border-color: #C379BC; }
span { border-color: rgb(195,121,188); }
td.TdClassName
{
border-color: #C379BC;
}
.TagClassName
{
border-color: #C379BC;
}
</style>