Shades of Orchid #C379DF
Tints of Orchid #C379DF
RGB
CMYK
RGB Variations
Color information
#C379DF (or 0xC379DF) is known color: Orchid. HEX triplet: C3, 79 and DF. RGB value is (195,121,223). Sum of RGB (Red+Green+Blue) = 195+121+223=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #C379DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379DF is #3C8620. Grayscale: #9A9A9A. Windows color (decimal): -3966497 or 14645699. OLE color: 14645699.
HSL color Cylindrical-coordinate representation of color #C379DF: hue angle of 283.53º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C379DF is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 121 | 223 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.13 |
| HSL | 283.53º | 0.61% | 0.67% | - |
| HSV(B) | 283.53º | 0.46% | 0.87% | - |
| XYZ | 42.66 | 30.6 | 73.47 | - |
| YUV | 154.75 | 166.52 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 223 | 0.13 | 0.46 | 0 | 0.13 | 283.53 | 0.61 | 0.67 |
| Hex | C3 | 79 | DF | D | 2E | 0 | D | 11C | 3D | 43 |
| Octal | 303 | 171 | 337 | 15 | 56 | 0 | 15 | 434 | 75 | 103 |
| Binary | 11000011 | 1111001 | 11011111 | 1101 | 101110 | 0 | 1101 | 100011100 | 111101 | 1000011 |
Color Harmonies of #C379DF
Complementary color
Monochromatic Colors of #C379DF
Black with #C379DF
Text Example
Text Example
White with #C379DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C379DF; }
p { color: rgb(195,121,223); }
H1.HeaderClassName
{
color: #C379DF;
}
.AnyTagClassName
{
color: #C379DF;
}
</style>
background-color css
<style>
a { background-color: #C379DF; }
a { background-color: rgb(195,121,223); }
div.DivClassName
{
background-color: #C379DF;
}
.BgClassName
{
background-color: #C379DF;
}
</style>
border-color css
<style>
span { border-color: #C379DF; }
span { border-color: rgb(195,121,223); }
td.TdClassName
{
border-color: #C379DF;
}
.TagClassName
{
border-color: #C379DF;
}
</style>