Shades of Medium Orchid #C764E9
Tints of Medium Orchid #C764E9
RGB
CMYK
RGB Variations
Color information
#C764E9 (or 0xC764E9) is known color: Medium Orchid. HEX triplet: C7, 64 and E9. RGB value is (199,100,233). Sum of RGB (Red+Green+Blue) = 199+100+233=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 100 (39.45% from 255 or 18.80% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #C764E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C764E9 is #389B16. Grayscale: #909090. Windows color (decimal): -3709719 or 15295687. OLE color: 15295687.
HSL color Cylindrical-coordinate representation of color #C764E9: hue angle of 284.66º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C764E9 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 100 | 233 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.09 |
| HSL | 284.66º | 0.75% | 0.65% | - |
| HSV(B) | 284.66º | 0.57% | 0.91% | - |
| XYZ | 42.82 | 27.14 | 80.07 | - |
| YUV | 144.76 | 177.8 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 233 | 0.15 | 0.57 | 0 | 0.09 | 284.66 | 0.75 | 0.65 |
| Hex | C7 | 64 | E9 | F | 39 | 0 | 9 | 11D | 4B | 41 |
| Octal | 307 | 144 | 351 | 17 | 71 | 0 | 11 | 435 | 113 | 101 |
| Binary | 11000111 | 1100100 | 11101001 | 1111 | 111001 | 0 | 1001 | 100011101 | 1001011 | 1000001 |
Color Harmonies of #C764E9
Complementary color
Monochromatic Colors of #C764E9
Black with #C764E9
Text Example
Text Example
White with #C764E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C764E9; }
p { color: rgb(199,100,233); }
H1.HeaderClassName
{
color: #C764E9;
}
.AnyTagClassName
{
color: #C764E9;
}
</style>
background-color css
<style>
a { background-color: #C764E9; }
a { background-color: rgb(199,100,233); }
div.DivClassName
{
background-color: #C764E9;
}
.BgClassName
{
background-color: #C764E9;
}
</style>
border-color css
<style>
span { border-color: #C764E9; }
span { border-color: rgb(199,100,233); }
td.TdClassName
{
border-color: #C764E9;
}
.TagClassName
{
border-color: #C764E9;
}
</style>