Shades of Medium Orchid #C766EA
Tints of Medium Orchid #C766EA
RGB
CMYK
RGB Variations
Color information
#C766EA (or 0xC766EA) is known color: Medium Orchid. HEX triplet: C7, 66 and EA. RGB value is (199,102,234). Sum of RGB (Red+Green+Blue) = 199+102+234=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #C766EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C766EA is #389915. Grayscale: #919191. Windows color (decimal): -3709206 or 15361735. OLE color: 15361735.
HSL color Cylindrical-coordinate representation of color #C766EA: hue angle of 284.09º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C766EA is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 102 | 234 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.08 |
| HSL | 284.09º | 0.76% | 0.66% | - |
| HSV(B) | 284.09º | 0.56% | 0.92% | - |
| XYZ | 43.16 | 27.59 | 80.89 | - |
| YUV | 146.05 | 177.64 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 234 | 0.15 | 0.56 | 0 | 0.08 | 284.09 | 0.76 | 0.66 |
| Hex | C7 | 66 | EA | F | 38 | 0 | 8 | 11C | 4C | 42 |
| Octal | 307 | 146 | 352 | 17 | 70 | 0 | 10 | 434 | 114 | 102 |
| Binary | 11000111 | 1100110 | 11101010 | 1111 | 111000 | 0 | 1000 | 100011100 | 1001100 | 1000010 |
Color Harmonies of #C766EA
Complementary color
Monochromatic Colors of #C766EA
Black with #C766EA
Text Example
Text Example
White with #C766EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C766EA; }
p { color: rgb(199,102,234); }
H1.HeaderClassName
{
color: #C766EA;
}
.AnyTagClassName
{
color: #C766EA;
}
</style>
background-color css
<style>
a { background-color: #C766EA; }
a { background-color: rgb(199,102,234); }
div.DivClassName
{
background-color: #C766EA;
}
.BgClassName
{
background-color: #C766EA;
}
</style>
border-color css
<style>
span { border-color: #C766EA; }
span { border-color: rgb(199,102,234); }
td.TdClassName
{
border-color: #C766EA;
}
.TagClassName
{
border-color: #C766EA;
}
</style>