Shades of Orchid #C379CC
Tints of Orchid #C379CC
RGB
CMYK
RGB Variations
Color information
#C379CC (or 0xC379CC) is known color: Orchid. HEX triplet: C3, 79 and CC. RGB value is (195,121,204). Sum of RGB (Red+Green+Blue) = 195+121+204=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #C379CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379CC is #3C8633. Grayscale: #989898. Windows color (decimal): -3966516 or 13400515. OLE color: 13400515.
HSL color Cylindrical-coordinate representation of color #C379CC: hue angle of 293.49º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C379CC is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 121 | 204 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.2 |
| HSL | 293.49º | 0.45% | 0.64% | - |
| HSV(B) | 293.49º | 0.41% | 0.8% | - |
| XYZ | 40.24 | 29.64 | 60.73 | - |
| YUV | 152.59 | 157.02 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 204 | 0.04 | 0.41 | 0 | 0.2 | 293.49 | 0.45 | 0.64 |
| Hex | C3 | 79 | CC | 4 | 29 | 0 | 14 | 125 | 2D | 40 |
| Octal | 303 | 171 | 314 | 4 | 51 | 0 | 24 | 445 | 55 | 100 |
| Binary | 11000011 | 1111001 | 11001100 | 100 | 101001 | 0 | 10100 | 100100101 | 101101 | 1000000 |
Color Harmonies of #C379CC
Complementary color
Monochromatic Colors of #C379CC
Black with #C379CC
Text Example
Text Example
White with #C379CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C379CC; }
p { color: rgb(195,121,204); }
H1.HeaderClassName
{
color: #C379CC;
}
.AnyTagClassName
{
color: #C379CC;
}
</style>
background-color css
<style>
a { background-color: #C379CC; }
a { background-color: rgb(195,121,204); }
div.DivClassName
{
background-color: #C379CC;
}
.BgClassName
{
background-color: #C379CC;
}
</style>
border-color css
<style>
span { border-color: #C379CC; }
span { border-color: rgb(195,121,204); }
td.TdClassName
{
border-color: #C379CC;
}
.TagClassName
{
border-color: #C379CC;
}
</style>