Shades of Orchid #C771C4
Tints of Orchid #C771C4
RGB
CMYK
RGB Variations
Color information
#C771C4 (or 0xC771C4) is known color: Orchid. HEX triplet: C7, 71 and C4. RGB value is (199,113,196). Sum of RGB (Red+Green+Blue) = 199+113+196=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C771C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771C4 is #388E3B. Grayscale: #939393. Windows color (decimal): -3706428 or 12874183. OLE color: 12874183.
HSL color Cylindrical-coordinate representation of color #C771C4: hue angle of 302.09º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C771C4 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 113 | 196 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.22 |
| HSL | 302.09º | 0.43% | 0.61% | - |
| HSV(B) | 302.09º | 0.43% | 0.78% | - |
| XYZ | 39.42 | 27.94 | 55.54 | - |
| YUV | 148.18 | 154.99 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 196 | 0 | 0.43 | 0.02 | 0.22 | 302.09 | 0.43 | 0.61 |
| Hex | C7 | 71 | C4 | 0 | 2B | 2 | 16 | 12E | 2B | 3D |
| Octal | 307 | 161 | 304 | 0 | 53 | 2 | 26 | 456 | 53 | 75 |
| Binary | 11000111 | 1110001 | 11000100 | 0 | 101011 | 10 | 10110 | 100101110 | 101011 | 111101 |
Color Harmonies of #C771C4
Complementary color
Monochromatic Colors of #C771C4
Black with #C771C4
Text Example
Text Example
White with #C771C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C771C4; }
p { color: rgb(199,113,196); }
H1.HeaderClassName
{
color: #C771C4;
}
.AnyTagClassName
{
color: #C771C4;
}
</style>
background-color css
<style>
a { background-color: #C771C4; }
a { background-color: rgb(199,113,196); }
div.DivClassName
{
background-color: #C771C4;
}
.BgClassName
{
background-color: #C771C4;
}
</style>
border-color css
<style>
span { border-color: #C771C4; }
span { border-color: rgb(199,113,196); }
td.TdClassName
{
border-color: #C771C4;
}
.TagClassName
{
border-color: #C771C4;
}
</style>