Shades of Orchid #C378CA
Tints of Orchid #C378CA
RGB
CMYK
RGB Variations
Color information
#C378CA (or 0xC378CA) is known color: Orchid. HEX triplet: C3, 78 and CA. RGB value is (195,120,202). Sum of RGB (Red+Green+Blue) = 195+120+202=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 120 (47.27% from 255 or 23.21% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #C378CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C378CA is #3C8735. Grayscale: #979797. Windows color (decimal): -3966774 or 13269187. OLE color: 13269187.
HSL color Cylindrical-coordinate representation of color #C378CA: hue angle of 294.88º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C378CA is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 120 | 202 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.21 |
| HSL | 294.88º | 0.44% | 0.63% | - |
| HSV(B) | 294.88º | 0.41% | 0.79% | - |
| XYZ | 39.88 | 29.3 | 59.43 | - |
| YUV | 151.77 | 156.35 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 202 | 0.03 | 0.41 | 0 | 0.21 | 294.88 | 0.44 | 0.63 |
| Hex | C3 | 78 | CA | 3 | 29 | 0 | 15 | 127 | 2C | 3F |
| Octal | 303 | 170 | 312 | 3 | 51 | 0 | 25 | 447 | 54 | 77 |
| Binary | 11000011 | 1111000 | 11001010 | 11 | 101001 | 0 | 10101 | 100100111 | 101100 | 111111 |
Color Harmonies of #C378CA
Complementary color
Monochromatic Colors of #C378CA
Black with #C378CA
Text Example
Text Example
White with #C378CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C378CA; }
p { color: rgb(195,120,202); }
H1.HeaderClassName
{
color: #C378CA;
}
.AnyTagClassName
{
color: #C378CA;
}
</style>
background-color css
<style>
a { background-color: #C378CA; }
a { background-color: rgb(195,120,202); }
div.DivClassName
{
background-color: #C378CA;
}
.BgClassName
{
background-color: #C378CA;
}
</style>
border-color css
<style>
span { border-color: #C378CA; }
span { border-color: rgb(195,120,202); }
td.TdClassName
{
border-color: #C378CA;
}
.TagClassName
{
border-color: #C378CA;
}
</style>