Shades of Orchid #C774DD
Tints of Orchid #C774DD
RGB
CMYK
RGB Variations
Color information
#C774DD (or 0xC774DD) is known color: Orchid. HEX triplet: C7, 74 and DD. RGB value is (199,116,221). Sum of RGB (Red+Green+Blue) = 199+116+221=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 116 (45.70% from 255 or 21.64% 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 #C774DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C774DD is #388B22. Grayscale: #989898. Windows color (decimal): -3705635 or 14513351. OLE color: 14513351.
HSL color Cylindrical-coordinate representation of color #C774DD: hue angle of 287.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C774DD is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 116 | 221 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.13 |
| HSL | 287.43º | 0.61% | 0.66% | - |
| HSV(B) | 287.43º | 0.48% | 0.87% | - |
| XYZ | 42.85 | 29.85 | 71.91 | - |
| YUV | 152.79 | 166.5 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 221 | 0.10 | 0.48 | 0 | 0.13 | 287.43 | 0.61 | 0.66 |
| Hex | C7 | 74 | DD | A | 30 | 0 | D | 11F | 3D | 42 |
| Octal | 307 | 164 | 335 | 12 | 60 | 0 | 15 | 437 | 75 | 102 |
| Binary | 11000111 | 1110100 | 11011101 | 1010 | 110000 | 0 | 1101 | 100011111 | 111101 | 1000010 |
Color Harmonies of #C774DD
Complementary color
Monochromatic Colors of #C774DD
Black with #C774DD
Text Example
Text Example
White with #C774DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C774DD; }
p { color: rgb(199,116,221); }
H1.HeaderClassName
{
color: #C774DD;
}
.AnyTagClassName
{
color: #C774DD;
}
</style>
background-color css
<style>
a { background-color: #C774DD; }
a { background-color: rgb(199,116,221); }
div.DivClassName
{
background-color: #C774DD;
}
.BgClassName
{
background-color: #C774DD;
}
</style>
border-color css
<style>
span { border-color: #C774DD; }
span { border-color: rgb(199,116,221); }
td.TdClassName
{
border-color: #C774DD;
}
.TagClassName
{
border-color: #C774DD;
}
</style>