Shades of Orchid #C377DB
Tints of Orchid #C377DB
RGB
CMYK
RGB Variations
Color information
#C377DB (or 0xC377DB) is known color: Orchid. HEX triplet: C3, 77 and DB. RGB value is (195,119,219). Sum of RGB (Red+Green+Blue) = 195+119+219=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #C377DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377DB is #3C8824. Grayscale: #989898. Windows color (decimal): -3967013 or 14383043. OLE color: 14383043.
HSL color Cylindrical-coordinate representation of color #C377DB: hue angle of 285.6º degrees, saturation: 0.58, 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 #C377DB is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 119 | 219 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.14 |
| HSL | 285.6º | 0.58% | 0.66% | - |
| HSV(B) | 285.6º | 0.46% | 0.86% | - |
| XYZ | 41.89 | 29.91 | 70.58 | - |
| YUV | 153.12 | 165.18 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 219 | 0.11 | 0.46 | 0 | 0.14 | 285.6 | 0.58 | 0.66 |
| Hex | C3 | 77 | DB | B | 2E | 0 | E | 11E | 3A | 42 |
| Octal | 303 | 167 | 333 | 13 | 56 | 0 | 16 | 436 | 72 | 102 |
| Binary | 11000011 | 1110111 | 11011011 | 1011 | 101110 | 0 | 1110 | 100011110 | 111010 | 1000010 |
Color Harmonies of #C377DB
Complementary color
Monochromatic Colors of #C377DB
Black with #C377DB
Text Example
Text Example
White with #C377DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C377DB; }
p { color: rgb(195,119,219); }
H1.HeaderClassName
{
color: #C377DB;
}
.AnyTagClassName
{
color: #C377DB;
}
</style>
background-color css
<style>
a { background-color: #C377DB; }
a { background-color: rgb(195,119,219); }
div.DivClassName
{
background-color: #C377DB;
}
.BgClassName
{
background-color: #C377DB;
}
</style>
border-color css
<style>
span { border-color: #C377DB; }
span { border-color: rgb(195,119,219); }
td.TdClassName
{
border-color: #C377DB;
}
.TagClassName
{
border-color: #C377DB;
}
</style>