Shades of Medium Orchid #C764EB
Tints of Medium Orchid #C764EB
RGB
CMYK
RGB Variations
Color information
#C764EB (or 0xC764EB) is known color: Medium Orchid. HEX triplet: C7, 64 and EB. RGB value is (199,100,235). Sum of RGB (Red+Green+Blue) = 199+100+235=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #C764EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C764EB is #389B14. Grayscale: #909090. Windows color (decimal): -3709717 or 15426759. OLE color: 15426759.
HSL color Cylindrical-coordinate representation of color #C764EB: hue angle of 284º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C764EB is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 100 | 235 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.08 |
| HSL | 284º | 0.77% | 0.66% | - |
| HSV(B) | 284º | 0.57% | 0.92% | - |
| XYZ | 43.11 | 27.25 | 81.59 | - |
| YUV | 144.99 | 178.8 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 235 | 0.15 | 0.57 | 0 | 0.08 | 284 | 0.77 | 0.66 |
| Hex | C7 | 64 | EB | F | 39 | 0 | 8 | 11C | 4D | 42 |
| Octal | 307 | 144 | 353 | 17 | 71 | 0 | 10 | 434 | 115 | 102 |
| Binary | 11000111 | 1100100 | 11101011 | 1111 | 111001 | 0 | 1000 | 100011100 | 1001101 | 1000010 |
Color Harmonies of #C764EB
Complementary color
Monochromatic Colors of #C764EB
Black with #C764EB
Text Example
Text Example
White with #C764EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C764EB; }
p { color: rgb(199,100,235); }
H1.HeaderClassName
{
color: #C764EB;
}
.AnyTagClassName
{
color: #C764EB;
}
</style>
background-color css
<style>
a { background-color: #C764EB; }
a { background-color: rgb(199,100,235); }
div.DivClassName
{
background-color: #C764EB;
}
.BgClassName
{
background-color: #C764EB;
}
</style>
border-color css
<style>
span { border-color: #C764EB; }
span { border-color: rgb(199,100,235); }
td.TdClassName
{
border-color: #C764EB;
}
.TagClassName
{
border-color: #C764EB;
}
</style>