Shades of Orchid #C379BD
Tints of Orchid #C379BD
RGB
CMYK
RGB Variations
Color information
#C379BD (or 0xC379BD) is known color: Orchid. HEX triplet: C3, 79 and BD. RGB value is (195,121,189). Sum of RGB (Red+Green+Blue) = 195+121+189=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C379BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379BD is #3C8642. Grayscale: #969696. Windows color (decimal): -3966531 or 12417475. OLE color: 12417475.
HSL color Cylindrical-coordinate representation of color #C379BD: hue angle of 304.86º 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 #C379BD is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 121 | 189 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.24 |
| HSL | 304.86º | 0.38% | 0.62% | - |
| HSV(B) | 304.86º | 0.38% | 0.76% | - |
| XYZ | 38.53 | 28.95 | 51.7 | - |
| YUV | 150.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 189 | 0 | 0.38 | 0.03 | 0.24 | 304.86 | 0.38 | 0.62 |
| Hex | C3 | 79 | BD | 0 | 26 | 3 | 18 | 131 | 26 | 3E |
| Octal | 303 | 171 | 275 | 0 | 46 | 3 | 30 | 461 | 46 | 76 |
| Binary | 11000011 | 1111001 | 10111101 | 0 | 100110 | 11 | 11000 | 100110001 | 100110 | 111110 |
Color Harmonies of #C379BD
Complementary color
Monochromatic Colors of #C379BD
Black with #C379BD
Text Example
Text Example
White with #C379BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C379BD; }
p { color: rgb(195,121,189); }
H1.HeaderClassName
{
color: #C379BD;
}
.AnyTagClassName
{
color: #C379BD;
}
</style>
background-color css
<style>
a { background-color: #C379BD; }
a { background-color: rgb(195,121,189); }
div.DivClassName
{
background-color: #C379BD;
}
.BgClassName
{
background-color: #C379BD;
}
</style>
border-color css
<style>
span { border-color: #C379BD; }
span { border-color: rgb(195,121,189); }
td.TdClassName
{
border-color: #C379BD;
}
.TagClassName
{
border-color: #C379BD;
}
</style>