Shades of Orchid #C477DD
Tints of Orchid #C477DD
RGB
CMYK
RGB Variations
Color information
#C477DD (or 0xC477DD) is known color: Orchid. HEX triplet: C4, 77 and DD. RGB value is (196,119,221). Sum of RGB (Red+Green+Blue) = 196+119+221=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #C477DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C477DD is #3B8822. Grayscale: #999999. Windows color (decimal): -3901475 or 14514116. OLE color: 14514116.
HSL color Cylindrical-coordinate representation of color #C477DD: hue angle of 285.29º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C477DD is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 119 | 221 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.13 |
| HSL | 285.29º | 0.6% | 0.67% | - |
| HSV(B) | 285.29º | 0.46% | 0.87% | - |
| XYZ | 42.41 | 30.15 | 71.99 | - |
| YUV | 153.65 | 166.01 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 221 | 0.11 | 0.46 | 0 | 0.13 | 285.29 | 0.6 | 0.67 |
| Hex | C4 | 77 | DD | B | 2E | 0 | D | 11D | 3C | 43 |
| Octal | 304 | 167 | 335 | 13 | 56 | 0 | 15 | 435 | 74 | 103 |
| Binary | 11000100 | 1110111 | 11011101 | 1011 | 101110 | 0 | 1101 | 100011101 | 111100 | 1000011 |
Color Harmonies of #C477DD
Complementary color
Monochromatic Colors of #C477DD
Black with #C477DD
Text Example
Text Example
White with #C477DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C477DD; }
p { color: rgb(196,119,221); }
H1.HeaderClassName
{
color: #C477DD;
}
.AnyTagClassName
{
color: #C477DD;
}
</style>
background-color css
<style>
a { background-color: #C477DD; }
a { background-color: rgb(196,119,221); }
div.DivClassName
{
background-color: #C477DD;
}
.BgClassName
{
background-color: #C477DD;
}
</style>
border-color css
<style>
span { border-color: #C477DD; }
span { border-color: rgb(196,119,221); }
td.TdClassName
{
border-color: #C477DD;
}
.TagClassName
{
border-color: #C477DD;
}
</style>