Shades of Medium Orchid #C764DD
Tints of Medium Orchid #C764DD
RGB
CMYK
RGB Variations
Color information
#C764DD (or 0xC764DD) is known color: Medium Orchid. HEX triplet: C7, 64 and DD. RGB value is (199,100,221). Sum of RGB (Red+Green+Blue) = 199+100+221=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #C764DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764DD is #389B22. Grayscale: #8F8F8F. Windows color (decimal): -3709731 or 14509255. OLE color: 14509255.
HSL color Cylindrical-coordinate representation of color #C764DD: hue angle of 289.09º degrees, saturation: 0.64, 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 #C764DD is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 100 | 221 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.13 |
| HSL | 289.09º | 0.64% | 0.63% | - |
| HSV(B) | 289.09º | 0.55% | 0.87% | - |
| XYZ | 41.16 | 26.48 | 71.35 | - |
| YUV | 143.4 | 171.8 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 221 | 0.10 | 0.55 | 0 | 0.13 | 289.09 | 0.64 | 0.63 |
| Hex | C7 | 64 | DD | A | 37 | 0 | D | 121 | 40 | 3F |
| Octal | 307 | 144 | 335 | 12 | 67 | 0 | 15 | 441 | 100 | 77 |
| Binary | 11000111 | 1100100 | 11011101 | 1010 | 110111 | 0 | 1101 | 100100001 | 1000000 | 111111 |
Color Harmonies of #C764DD
Complementary color
Monochromatic Colors of #C764DD
Black with #C764DD
Text Example
Text Example
White with #C764DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C764DD; }
p { color: rgb(199,100,221); }
H1.HeaderClassName
{
color: #C764DD;
}
.AnyTagClassName
{
color: #C764DD;
}
</style>
background-color css
<style>
a { background-color: #C764DD; }
a { background-color: rgb(199,100,221); }
div.DivClassName
{
background-color: #C764DD;
}
.BgClassName
{
background-color: #C764DD;
}
</style>
border-color css
<style>
span { border-color: #C764DD; }
span { border-color: rgb(199,100,221); }
td.TdClassName
{
border-color: #C764DD;
}
.TagClassName
{
border-color: #C764DD;
}
</style>