Shades of Orchid #C774DA
Tints of Orchid #C774DA
RGB
CMYK
RGB Variations
Color information
#C774DA (or 0xC774DA) is known color: Orchid. HEX triplet: C7, 74 and DA. RGB value is (199,116,218). Sum of RGB (Red+Green+Blue) = 199+116+218=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #C774DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C774DA is #388B25. Grayscale: #989898. Windows color (decimal): -3705638 or 14316743. OLE color: 14316743.
HSL color Cylindrical-coordinate representation of color #C774DA: hue angle of 288.82º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C774DA is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 116 | 218 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.15 |
| HSL | 288.82º | 0.58% | 0.65% | - |
| HSV(B) | 288.82º | 0.47% | 0.85% | - |
| XYZ | 42.45 | 29.69 | 69.82 | - |
| YUV | 152.45 | 165 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 218 | 0.09 | 0.47 | 0 | 0.15 | 288.82 | 0.58 | 0.65 |
| Hex | C7 | 74 | DA | 9 | 2F | 0 | F | 121 | 3A | 41 |
| Octal | 307 | 164 | 332 | 11 | 57 | 0 | 17 | 441 | 72 | 101 |
| Binary | 11000111 | 1110100 | 11011010 | 1001 | 101111 | 0 | 1111 | 100100001 | 111010 | 1000001 |
Color Harmonies of #C774DA
Complementary color
Monochromatic Colors of #C774DA
Black with #C774DA
Text Example
Text Example
White with #C774DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C774DA; }
p { color: rgb(199,116,218); }
H1.HeaderClassName
{
color: #C774DA;
}
.AnyTagClassName
{
color: #C774DA;
}
</style>
background-color css
<style>
a { background-color: #C774DA; }
a { background-color: rgb(199,116,218); }
div.DivClassName
{
background-color: #C774DA;
}
.BgClassName
{
background-color: #C774DA;
}
</style>
border-color css
<style>
span { border-color: #C774DA; }
span { border-color: rgb(199,116,218); }
td.TdClassName
{
border-color: #C774DA;
}
.TagClassName
{
border-color: #C774DA;
}
</style>