Shades of Orchid #C771DE
Tints of Orchid #C771DE
RGB
CMYK
RGB Variations
Color information
#C771DE (or 0xC771DE) is known color: Orchid. HEX triplet: C7, 71 and DE. RGB value is (199,113,222). Sum of RGB (Red+Green+Blue) = 199+113+222=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #C771DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771DE is #388E21. Grayscale: #969696. Windows color (decimal): -3706402 or 14578119. OLE color: 14578119.
HSL color Cylindrical-coordinate representation of color #C771DE: hue angle of 287.34º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C771DE is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 113 | 222 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.13 |
| HSL | 287.34º | 0.62% | 0.66% | - |
| HSV(B) | 287.34º | 0.49% | 0.87% | - |
| XYZ | 42.64 | 29.23 | 72.5 | - |
| YUV | 151.14 | 167.99 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 222 | 0.10 | 0.49 | 0 | 0.13 | 287.34 | 0.62 | 0.66 |
| Hex | C7 | 71 | DE | A | 31 | 0 | D | 11F | 3E | 42 |
| Octal | 307 | 161 | 336 | 12 | 61 | 0 | 15 | 437 | 76 | 102 |
| Binary | 11000111 | 1110001 | 11011110 | 1010 | 110001 | 0 | 1101 | 100011111 | 111110 | 1000010 |
Color Harmonies of #C771DE
Complementary color
Monochromatic Colors of #C771DE
Black with #C771DE
Text Example
Text Example
White with #C771DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C771DE; }
p { color: rgb(199,113,222); }
H1.HeaderClassName
{
color: #C771DE;
}
.AnyTagClassName
{
color: #C771DE;
}
</style>
background-color css
<style>
a { background-color: #C771DE; }
a { background-color: rgb(199,113,222); }
div.DivClassName
{
background-color: #C771DE;
}
.BgClassName
{
background-color: #C771DE;
}
</style>
border-color css
<style>
span { border-color: #C771DE; }
span { border-color: rgb(199,113,222); }
td.TdClassName
{
border-color: #C771DE;
}
.TagClassName
{
border-color: #C771DE;
}
</style>