Shades of Orchid #C377DF
Tints of Orchid #C377DF
RGB
CMYK
RGB Variations
Color information
#C377DF (or 0xC377DF) is known color: Orchid. HEX triplet: C3, 77 and DF. RGB value is (195,119,223). Sum of RGB (Red+Green+Blue) = 195+119+223=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #C377DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377DF is #3C8820. Grayscale: #999999. Windows color (decimal): -3967009 or 14645187. OLE color: 14645187.
HSL color Cylindrical-coordinate representation of color #C377DF: hue angle of 283.85º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C377DF is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 119 | 223 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.13 |
| HSL | 283.85º | 0.62% | 0.67% | - |
| HSV(B) | 283.85º | 0.47% | 0.87% | - |
| XYZ | 42.42 | 30.12 | 73.39 | - |
| YUV | 153.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 223 | 0.13 | 0.47 | 0 | 0.13 | 283.85 | 0.62 | 0.67 |
| Hex | C3 | 77 | DF | D | 2F | 0 | D | 11C | 3E | 43 |
| Octal | 303 | 167 | 337 | 15 | 57 | 0 | 15 | 434 | 76 | 103 |
| Binary | 11000011 | 1110111 | 11011111 | 1101 | 101111 | 0 | 1101 | 100011100 | 111110 | 1000011 |
Color Harmonies of #C377DF
Complementary color
Monochromatic Colors of #C377DF
Black with #C377DF
Text Example
Text Example
White with #C377DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C377DF; }
p { color: rgb(195,119,223); }
H1.HeaderClassName
{
color: #C377DF;
}
.AnyTagClassName
{
color: #C377DF;
}
</style>
background-color css
<style>
a { background-color: #C377DF; }
a { background-color: rgb(195,119,223); }
div.DivClassName
{
background-color: #C377DF;
}
.BgClassName
{
background-color: #C377DF;
}
</style>
border-color css
<style>
span { border-color: #C377DF; }
span { border-color: rgb(195,119,223); }
td.TdClassName
{
border-color: #C377DF;
}
.TagClassName
{
border-color: #C377DF;
}
</style>