Shades of Orchid #C379CA
Tints of Orchid #C379CA
RGB
CMYK
RGB Variations
Color information
#C379CA (or 0xC379CA) is known color: Orchid. HEX triplet: C3, 79 and CA. RGB value is (195,121,202). Sum of RGB (Red+Green+Blue) = 195+121+202=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #C379CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379CA is #3C8635. Grayscale: #989898. Windows color (decimal): -3966518 or 13269443. OLE color: 13269443.
HSL color Cylindrical-coordinate representation of color #C379CA: hue angle of 294.81º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C379CA is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 121 | 202 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.21 |
| HSL | 294.81º | 0.43% | 0.63% | - |
| HSV(B) | 294.81º | 0.4% | 0.79% | - |
| XYZ | 40 | 29.54 | 59.47 | - |
| YUV | 152.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 121 | 202 | 0.03 | 0.40 | 0 | 0.21 | 294.81 | 0.43 | 0.63 |
| Hex | C3 | 79 | CA | 3 | 28 | 0 | 15 | 127 | 2B | 3F |
| Octal | 303 | 171 | 312 | 3 | 50 | 0 | 25 | 447 | 53 | 77 |
| Binary | 11000011 | 1111001 | 11001010 | 11 | 101000 | 0 | 10101 | 100100111 | 101011 | 111111 |
Color Harmonies of #C379CA
Complementary color
Monochromatic Colors of #C379CA
Black with #C379CA
Text Example
Text Example
White with #C379CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C379CA; }
p { color: rgb(195,121,202); }
H1.HeaderClassName
{
color: #C379CA;
}
.AnyTagClassName
{
color: #C379CA;
}
</style>
background-color css
<style>
a { background-color: #C379CA; }
a { background-color: rgb(195,121,202); }
div.DivClassName
{
background-color: #C379CA;
}
.BgClassName
{
background-color: #C379CA;
}
</style>
border-color css
<style>
span { border-color: #C379CA; }
span { border-color: rgb(195,121,202); }
td.TdClassName
{
border-color: #C379CA;
}
.TagClassName
{
border-color: #C379CA;
}
</style>