Shades of Orchid #C774CE
Tints of Orchid #C774CE
RGB
CMYK
RGB Variations
Color information
#C774CE (or 0xC774CE) is known color: Orchid. HEX triplet: C7, 74 and CE. RGB value is (199,116,206). Sum of RGB (Red+Green+Blue) = 199+116+206=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #C774CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C774CE is #388B31. Grayscale: #969696. Windows color (decimal): -3705650 or 13530311. OLE color: 13530311.
HSL color Cylindrical-coordinate representation of color #C774CE: hue angle of 295.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C774CE is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 116 | 206 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.19 |
| HSL | 295.33º | 0.48% | 0.63% | - |
| HSV(B) | 295.33º | 0.44% | 0.81% | - |
| XYZ | 40.94 | 29.09 | 61.85 | - |
| YUV | 151.08 | 159 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 206 | 0.03 | 0.44 | 0 | 0.19 | 295.33 | 0.48 | 0.63 |
| Hex | C7 | 74 | CE | 3 | 2C | 0 | 13 | 127 | 30 | 3F |
| Octal | 307 | 164 | 316 | 3 | 54 | 0 | 23 | 447 | 60 | 77 |
| Binary | 11000111 | 1110100 | 11001110 | 11 | 101100 | 0 | 10011 | 100100111 | 110000 | 111111 |
Color Harmonies of #C774CE
Complementary color
Monochromatic Colors of #C774CE
Black with #C774CE
Text Example
Text Example
White with #C774CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C774CE; }
p { color: rgb(199,116,206); }
H1.HeaderClassName
{
color: #C774CE;
}
.AnyTagClassName
{
color: #C774CE;
}
</style>
background-color css
<style>
a { background-color: #C774CE; }
a { background-color: rgb(199,116,206); }
div.DivClassName
{
background-color: #C774CE;
}
.BgClassName
{
background-color: #C774CE;
}
</style>
border-color css
<style>
span { border-color: #C774CE; }
span { border-color: rgb(199,116,206); }
td.TdClassName
{
border-color: #C774CE;
}
.TagClassName
{
border-color: #C774CE;
}
</style>