Shades of Medium Orchid #C764DE
Tints of Medium Orchid #C764DE
RGB
CMYK
RGB Variations
Color information
#C764DE (or 0xC764DE) is known color: Medium Orchid. HEX triplet: C7, 64 and DE. RGB value is (199,100,222). Sum of RGB (Red+Green+Blue) = 199+100+222=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #C764DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764DE is #389B21. Grayscale: #8F8F8F. Windows color (decimal): -3709730 or 14574791. OLE color: 14574791.
HSL color Cylindrical-coordinate representation of color #C764DE: hue angle of 288.69º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C764DE is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 100 | 222 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.13 |
| HSL | 288.69º | 0.65% | 0.63% | - |
| HSV(B) | 288.69º | 0.55% | 0.87% | - |
| XYZ | 41.3 | 26.53 | 72.05 | - |
| YUV | 143.51 | 172.3 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 222 | 0.10 | 0.55 | 0 | 0.13 | 288.69 | 0.65 | 0.63 |
| Hex | C7 | 64 | DE | A | 37 | 0 | D | 121 | 41 | 3F |
| Octal | 307 | 144 | 336 | 12 | 67 | 0 | 15 | 441 | 101 | 77 |
| Binary | 11000111 | 1100100 | 11011110 | 1010 | 110111 | 0 | 1101 | 100100001 | 1000001 | 111111 |
Color Harmonies of #C764DE
Complementary color
Monochromatic Colors of #C764DE
Black with #C764DE
Text Example
Text Example
White with #C764DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C764DE; }
p { color: rgb(199,100,222); }
H1.HeaderClassName
{
color: #C764DE;
}
.AnyTagClassName
{
color: #C764DE;
}
</style>
background-color css
<style>
a { background-color: #C764DE; }
a { background-color: rgb(199,100,222); }
div.DivClassName
{
background-color: #C764DE;
}
.BgClassName
{
background-color: #C764DE;
}
</style>
border-color css
<style>
span { border-color: #C764DE; }
span { border-color: rgb(199,100,222); }
td.TdClassName
{
border-color: #C764DE;
}
.TagClassName
{
border-color: #C764DE;
}
</style>