Shades of Orchid #C577DB
Tints of Orchid #C577DB
RGB
CMYK
RGB Variations
Color information
#C577DB (or 0xC577DB) is known color: Orchid. HEX triplet: C5, 77 and DB. RGB value is (197,119,219). Sum of RGB (Red+Green+Blue) = 197+119+219=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #C577DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577DB is #3A8824. Grayscale: #999999. Windows color (decimal): -3835941 or 14383045. OLE color: 14383045.
HSL color Cylindrical-coordinate representation of color #C577DB: hue angle of 286.8º 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 #C577DB is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 119 | 219 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.14 |
| HSL | 286.8º | 0.58% | 0.66% | - |
| HSV(B) | 286.8º | 0.46% | 0.86% | - |
| XYZ | 42.41 | 30.18 | 70.61 | - |
| YUV | 153.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 219 | 0.10 | 0.46 | 0 | 0.14 | 286.8 | 0.58 | 0.66 |
| Hex | C5 | 77 | DB | A | 2E | 0 | E | 11F | 3A | 42 |
| Octal | 305 | 167 | 333 | 12 | 56 | 0 | 16 | 437 | 72 | 102 |
| Binary | 11000101 | 1110111 | 11011011 | 1010 | 101110 | 0 | 1110 | 100011111 | 111010 | 1000010 |
Color Harmonies of #C577DB
Complementary color
Monochromatic Colors of #C577DB
Black with #C577DB
Text Example
Text Example
White with #C577DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C577DB; }
p { color: rgb(197,119,219); }
H1.HeaderClassName
{
color: #C577DB;
}
.AnyTagClassName
{
color: #C577DB;
}
</style>
background-color css
<style>
a { background-color: #C577DB; }
a { background-color: rgb(197,119,219); }
div.DivClassName
{
background-color: #C577DB;
}
.BgClassName
{
background-color: #C577DB;
}
</style>
border-color css
<style>
span { border-color: #C577DB; }
span { border-color: rgb(197,119,219); }
td.TdClassName
{
border-color: #C577DB;
}
.TagClassName
{
border-color: #C577DB;
}
</style>