Shades of Orchid #C377DC
Tints of Orchid #C377DC
RGB
CMYK
RGB Variations
Color information
#C377DC (or 0xC377DC) is known color: Orchid. HEX triplet: C3, 77 and DC. RGB value is (195,119,220). Sum of RGB (Red+Green+Blue) = 195+119+220=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #C377DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377DC is #3C8823. Grayscale: #989898. Windows color (decimal): -3967012 or 14448579. OLE color: 14448579.
HSL color Cylindrical-coordinate representation of color #C377DC: hue angle of 285.15º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C377DC is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 119 | 220 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.14 |
| HSL | 285.15º | 0.59% | 0.66% | - |
| HSV(B) | 285.15º | 0.46% | 0.86% | - |
| XYZ | 42.02 | 29.96 | 71.28 | - |
| YUV | 153.24 | 165.68 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 220 | 0.11 | 0.46 | 0 | 0.14 | 285.15 | 0.59 | 0.66 |
| Hex | C3 | 77 | DC | B | 2E | 0 | E | 11D | 3B | 42 |
| Octal | 303 | 167 | 334 | 13 | 56 | 0 | 16 | 435 | 73 | 102 |
| Binary | 11000011 | 1110111 | 11011100 | 1011 | 101110 | 0 | 1110 | 100011101 | 111011 | 1000010 |
Color Harmonies of #C377DC
Complementary color
Monochromatic Colors of #C377DC
Black with #C377DC
Text Example
Text Example
White with #C377DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C377DC; }
p { color: rgb(195,119,220); }
H1.HeaderClassName
{
color: #C377DC;
}
.AnyTagClassName
{
color: #C377DC;
}
</style>
background-color css
<style>
a { background-color: #C377DC; }
a { background-color: rgb(195,119,220); }
div.DivClassName
{
background-color: #C377DC;
}
.BgClassName
{
background-color: #C377DC;
}
</style>
border-color css
<style>
span { border-color: #C377DC; }
span { border-color: rgb(195,119,220); }
td.TdClassName
{
border-color: #C377DC;
}
.TagClassName
{
border-color: #C377DC;
}
</style>