Shades of Orchid #C774DF
Tints of Orchid #C774DF
RGB
CMYK
RGB Variations
Color information
#C774DF (or 0xC774DF) is known color: Orchid. HEX triplet: C7, 74 and DF. RGB value is (199,116,223). Sum of RGB (Red+Green+Blue) = 199+116+223=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #C774DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C774DF is #388B20. Grayscale: #989898. Windows color (decimal): -3705633 or 14644423. OLE color: 14644423.
HSL color Cylindrical-coordinate representation of color #C774DF: hue angle of 286.54º degrees, saturation: 0.63, 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 #C774DF is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 116 | 223 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.13 |
| HSL | 286.54º | 0.63% | 0.66% | - |
| HSV(B) | 286.54º | 0.48% | 0.87% | - |
| XYZ | 43.12 | 29.96 | 73.32 | - |
| YUV | 153.02 | 167.5 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 223 | 0.11 | 0.48 | 0 | 0.13 | 286.54 | 0.63 | 0.66 |
| Hex | C7 | 74 | DF | B | 30 | 0 | D | 11F | 3F | 42 |
| Octal | 307 | 164 | 337 | 13 | 60 | 0 | 15 | 437 | 77 | 102 |
| Binary | 11000111 | 1110100 | 11011111 | 1011 | 110000 | 0 | 1101 | 100011111 | 111111 | 1000010 |
Color Harmonies of #C774DF
Complementary color
Monochromatic Colors of #C774DF
Black with #C774DF
Text Example
Text Example
White with #C774DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C774DF; }
p { color: rgb(199,116,223); }
H1.HeaderClassName
{
color: #C774DF;
}
.AnyTagClassName
{
color: #C774DF;
}
</style>
background-color css
<style>
a { background-color: #C774DF; }
a { background-color: rgb(199,116,223); }
div.DivClassName
{
background-color: #C774DF;
}
.BgClassName
{
background-color: #C774DF;
}
</style>
border-color css
<style>
span { border-color: #C774DF; }
span { border-color: rgb(199,116,223); }
td.TdClassName
{
border-color: #C774DF;
}
.TagClassName
{
border-color: #C774DF;
}
</style>