Shades of Orchid #C377BC
Tints of Orchid #C377BC
RGB
CMYK
RGB Variations
Color information
#C377BC (or 0xC377BC) is known color: Orchid. HEX triplet: C3, 77 and BC. RGB value is (195,119,188). Sum of RGB (Red+Green+Blue) = 195+119+188=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C377BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377BC is #3C8843. Grayscale: #959595. Windows color (decimal): -3967044 or 12351427. OLE color: 12351427.
HSL color Cylindrical-coordinate representation of color #C377BC: hue angle of 305.53º 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 #C377BC is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 188 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.24 |
| HSL | 305.53º | 0.39% | 0.62% | - |
| HSV(B) | 305.53º | 0.39% | 0.76% | - |
| XYZ | 38.18 | 28.43 | 51.05 | - |
| YUV | 149.59 | 149.68 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 188 | 0 | 0.39 | 0.04 | 0.24 | 305.53 | 0.39 | 0.62 |
| Hex | C3 | 77 | BC | 0 | 27 | 4 | 18 | 132 | 27 | 3E |
| Octal | 303 | 167 | 274 | 0 | 47 | 4 | 30 | 462 | 47 | 76 |
| Binary | 11000011 | 1110111 | 10111100 | 0 | 100111 | 100 | 11000 | 100110010 | 100111 | 111110 |
Color Harmonies of #C377BC
Complementary color
Monochromatic Colors of #C377BC
Black with #C377BC
Text Example
Text Example
White with #C377BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C377BC; }
p { color: rgb(195,119,188); }
H1.HeaderClassName
{
color: #C377BC;
}
.AnyTagClassName
{
color: #C377BC;
}
</style>
background-color css
<style>
a { background-color: #C377BC; }
a { background-color: rgb(195,119,188); }
div.DivClassName
{
background-color: #C377BC;
}
.BgClassName
{
background-color: #C377BC;
}
</style>
border-color css
<style>
span { border-color: #C377BC; }
span { border-color: rgb(195,119,188); }
td.TdClassName
{
border-color: #C377BC;
}
.TagClassName
{
border-color: #C377BC;
}
</style>