Shades of Orchid #C377CB
Tints of Orchid #C377CB
RGB
CMYK
RGB Variations
Color information
#C377CB (or 0xC377CB) is known color: Orchid. HEX triplet: C3, 77 and CB. RGB value is (195,119,203). Sum of RGB (Red+Green+Blue) = 195+119+203=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #C377CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377CB is #3C8834. Grayscale: #979797. Windows color (decimal): -3967029 or 13334467. OLE color: 13334467.
HSL color Cylindrical-coordinate representation of color #C377CB: hue angle of 294.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C377CB is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 119 | 203 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.20 |
| HSL | 294.29º | 0.45% | 0.63% | - |
| HSV(B) | 294.29º | 0.41% | 0.8% | - |
| XYZ | 39.88 | 29.11 | 60.02 | - |
| YUV | 151.3 | 157.18 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 203 | 0.04 | 0.41 | 0 | 0.20 | 294.29 | 0.45 | 0.63 |
| Hex | C3 | 77 | CB | 4 | 29 | 0 | 14 | 126 | 2D | 3F |
| Octal | 303 | 167 | 313 | 4 | 51 | 0 | 24 | 446 | 55 | 77 |
| Binary | 11000011 | 1110111 | 11001011 | 100 | 101001 | 0 | 10100 | 100100110 | 101101 | 111111 |
Color Harmonies of #C377CB
Complementary color
Monochromatic Colors of #C377CB
Black with #C377CB
Text Example
Text Example
White with #C377CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C377CB; }
p { color: rgb(195,119,203); }
H1.HeaderClassName
{
color: #C377CB;
}
.AnyTagClassName
{
color: #C377CB;
}
</style>
background-color css
<style>
a { background-color: #C377CB; }
a { background-color: rgb(195,119,203); }
div.DivClassName
{
background-color: #C377CB;
}
.BgClassName
{
background-color: #C377CB;
}
</style>
border-color css
<style>
span { border-color: #C377CB; }
span { border-color: rgb(195,119,203); }
td.TdClassName
{
border-color: #C377CB;
}
.TagClassName
{
border-color: #C377CB;
}
</style>