Shades of Orchid #C774CF
Tints of Orchid #C774CF
RGB
CMYK
RGB Variations
Color information
#C774CF (or 0xC774CF) is known color: Orchid. HEX triplet: C7, 74 and CF. RGB value is (199,116,207). Sum of RGB (Red+Green+Blue) = 199+116+207=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #C774CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C774CF is #388B30. Grayscale: #969696. Windows color (decimal): -3705649 or 13595847. OLE color: 13595847.
HSL color Cylindrical-coordinate representation of color #C774CF: hue angle of 294.73º degrees, saturation: 0.49, 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 #C774CF is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 116 | 207 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.19 |
| HSL | 294.73º | 0.49% | 0.63% | - |
| HSV(B) | 294.73º | 0.44% | 0.81% | - |
| XYZ | 41.06 | 29.14 | 62.49 | - |
| YUV | 151.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 207 | 0.04 | 0.44 | 0 | 0.19 | 294.73 | 0.49 | 0.63 |
| Hex | C7 | 74 | CF | 4 | 2C | 0 | 13 | 127 | 31 | 3F |
| Octal | 307 | 164 | 317 | 4 | 54 | 0 | 23 | 447 | 61 | 77 |
| Binary | 11000111 | 1110100 | 11001111 | 100 | 101100 | 0 | 10011 | 100100111 | 110001 | 111111 |
Color Harmonies of #C774CF
Complementary color
Monochromatic Colors of #C774CF
Black with #C774CF
Text Example
Text Example
White with #C774CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C774CF; }
p { color: rgb(199,116,207); }
H1.HeaderClassName
{
color: #C774CF;
}
.AnyTagClassName
{
color: #C774CF;
}
</style>
background-color css
<style>
a { background-color: #C774CF; }
a { background-color: rgb(199,116,207); }
div.DivClassName
{
background-color: #C774CF;
}
.BgClassName
{
background-color: #C774CF;
}
</style>
border-color css
<style>
span { border-color: #C774CF; }
span { border-color: rgb(199,116,207); }
td.TdClassName
{
border-color: #C774CF;
}
.TagClassName
{
border-color: #C774CF;
}
</style>