Shades of Orchid #C377C9
Tints of Orchid #C377C9
RGB
CMYK
RGB Variations
Color information
#C377C9 (or 0xC377C9) is known color: Orchid. HEX triplet: C3, 77 and C9. RGB value is (195,119,201). Sum of RGB (Red+Green+Blue) = 195+119+201=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 201 - color contains mainly: blue. Hex color #C377C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377C9 is #3C8836. Grayscale: #969696. Windows color (decimal): -3967031 or 13203395. OLE color: 13203395.
HSL color Cylindrical-coordinate representation of color #C377C9: hue angle of 295.61º degrees, saturation: 0.43, 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 #C377C9 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 119 | 201 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.21 |
| HSL | 295.61º | 0.43% | 0.63% | - |
| HSV(B) | 295.61º | 0.41% | 0.79% | - |
| XYZ | 39.65 | 29.01 | 58.77 | - |
| YUV | 151.07 | 156.18 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 201 | 0.03 | 0.41 | 0 | 0.21 | 295.61 | 0.43 | 0.63 |
| Hex | C3 | 77 | C9 | 3 | 29 | 0 | 15 | 128 | 2B | 3F |
| Octal | 303 | 167 | 311 | 3 | 51 | 0 | 25 | 450 | 53 | 77 |
| Binary | 11000011 | 1110111 | 11001001 | 11 | 101001 | 0 | 10101 | 100101000 | 101011 | 111111 |
Color Harmonies of #C377C9
Complementary color
Monochromatic Colors of #C377C9
Black with #C377C9
Text Example
Text Example
White with #C377C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C377C9; }
p { color: rgb(195,119,201); }
H1.HeaderClassName
{
color: #C377C9;
}
.AnyTagClassName
{
color: #C377C9;
}
</style>
background-color css
<style>
a { background-color: #C377C9; }
a { background-color: rgb(195,119,201); }
div.DivClassName
{
background-color: #C377C9;
}
.BgClassName
{
background-color: #C377C9;
}
</style>
border-color css
<style>
span { border-color: #C377C9; }
span { border-color: rgb(195,119,201); }
td.TdClassName
{
border-color: #C377C9;
}
.TagClassName
{
border-color: #C377C9;
}
</style>