Shades of Orchid #C377E1
Tints of Orchid #C377E1
RGB
CMYK
RGB Variations
Color information
#C377E1 (or 0xC377E1) is known color: Orchid. HEX triplet: C3, 77 and E1. RGB value is (195,119,225). Sum of RGB (Red+Green+Blue) = 195+119+225=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #C377E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377E1 is #3C881E. Grayscale: #999999. Windows color (decimal): -3967007 or 14776259. OLE color: 14776259.
HSL color Cylindrical-coordinate representation of color #C377E1: hue angle of 283.02º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C377E1 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 119 | 225 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.12 |
| HSL | 283.02º | 0.64% | 0.67% | - |
| HSV(B) | 283.02º | 0.47% | 0.88% | - |
| XYZ | 42.69 | 30.23 | 74.82 | - |
| YUV | 153.81 | 168.18 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 225 | 0.13 | 0.47 | 0 | 0.12 | 283.02 | 0.64 | 0.67 |
| Hex | C3 | 77 | E1 | D | 2F | 0 | C | 11B | 40 | 43 |
| Octal | 303 | 167 | 341 | 15 | 57 | 0 | 14 | 433 | 100 | 103 |
| Binary | 11000011 | 1110111 | 11100001 | 1101 | 101111 | 0 | 1100 | 100011011 | 1000000 | 1000011 |
Color Harmonies of #C377E1
Complementary color
Monochromatic Colors of #C377E1
Black with #C377E1
Text Example
Text Example
White with #C377E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C377E1; }
p { color: rgb(195,119,225); }
H1.HeaderClassName
{
color: #C377E1;
}
.AnyTagClassName
{
color: #C377E1;
}
</style>
background-color css
<style>
a { background-color: #C377E1; }
a { background-color: rgb(195,119,225); }
div.DivClassName
{
background-color: #C377E1;
}
.BgClassName
{
background-color: #C377E1;
}
</style>
border-color css
<style>
span { border-color: #C377E1; }
span { border-color: rgb(195,119,225); }
td.TdClassName
{
border-color: #C377E1;
}
.TagClassName
{
border-color: #C377E1;
}
</style>