Shades of Orchid #C377C0
Tints of Orchid #C377C0
RGB
CMYK
RGB Variations
Color information
#C377C0 (or 0xC377C0) is known color: Orchid. HEX triplet: C3, 77 and C0. RGB value is (195,119,192). Sum of RGB (Red+Green+Blue) = 195+119+192=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C377C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377C0 is #3C883F. Grayscale: #959595. Windows color (decimal): -3967040 or 12613571. OLE color: 12613571.
HSL color Cylindrical-coordinate representation of color #C377C0: hue angle of 302.37º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C377C0 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 192 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.24 |
| HSL | 302.37º | 0.39% | 0.62% | - |
| HSV(B) | 302.37º | 0.39% | 0.76% | - |
| XYZ | 38.62 | 28.6 | 53.35 | - |
| YUV | 150.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 192 | 0 | 0.39 | 0.02 | 0.24 | 302.37 | 0.39 | 0.62 |
| Hex | C3 | 77 | C0 | 0 | 27 | 2 | 18 | 12E | 27 | 3E |
| Octal | 303 | 167 | 300 | 0 | 47 | 2 | 30 | 456 | 47 | 76 |
| Binary | 11000011 | 1110111 | 11000000 | 0 | 100111 | 10 | 11000 | 100101110 | 100111 | 111110 |
Color Harmonies of #C377C0
Complementary color
Monochromatic Colors of #C377C0
Black with #C377C0
Text Example
Text Example
White with #C377C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C377C0; }
p { color: rgb(195,119,192); }
H1.HeaderClassName
{
color: #C377C0;
}
.AnyTagClassName
{
color: #C377C0;
}
</style>
background-color css
<style>
a { background-color: #C377C0; }
a { background-color: rgb(195,119,192); }
div.DivClassName
{
background-color: #C377C0;
}
.BgClassName
{
background-color: #C377C0;
}
</style>
border-color css
<style>
span { border-color: #C377C0; }
span { border-color: rgb(195,119,192); }
td.TdClassName
{
border-color: #C377C0;
}
.TagClassName
{
border-color: #C377C0;
}
</style>