Shades of Medium Orchid #C766CF
Tints of Medium Orchid #C766CF
RGB
CMYK
RGB Variations
Color information
#C766CF (or 0xC766CF) is known color: Medium Orchid. HEX triplet: C7, 66 and CF. RGB value is (199,102,207). Sum of RGB (Red+Green+Blue) = 199+102+207=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #C766CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C766CF is #389930. Grayscale: #8E8E8E. Windows color (decimal): -3709233 or 13592263. OLE color: 13592263.
HSL color Cylindrical-coordinate representation of color #C766CF: hue angle of 295.43º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C766CF is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 102 | 207 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.19 |
| HSL | 295.43º | 0.52% | 0.61% | - |
| HSV(B) | 295.43º | 0.51% | 0.81% | - |
| XYZ | 39.57 | 26.15 | 61.99 | - |
| YUV | 142.97 | 164.14 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 207 | 0.04 | 0.51 | 0 | 0.19 | 295.43 | 0.52 | 0.61 |
| Hex | C7 | 66 | CF | 4 | 33 | 0 | 13 | 127 | 34 | 3D |
| Octal | 307 | 146 | 317 | 4 | 63 | 0 | 23 | 447 | 64 | 75 |
| Binary | 11000111 | 1100110 | 11001111 | 100 | 110011 | 0 | 10011 | 100100111 | 110100 | 111101 |
Color Harmonies of #C766CF
Complementary color
Monochromatic Colors of #C766CF
Black with #C766CF
Text Example
Text Example
White with #C766CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C766CF; }
p { color: rgb(199,102,207); }
H1.HeaderClassName
{
color: #C766CF;
}
.AnyTagClassName
{
color: #C766CF;
}
</style>
background-color css
<style>
a { background-color: #C766CF; }
a { background-color: rgb(199,102,207); }
div.DivClassName
{
background-color: #C766CF;
}
.BgClassName
{
background-color: #C766CF;
}
</style>
border-color css
<style>
span { border-color: #C766CF; }
span { border-color: rgb(199,102,207); }
td.TdClassName
{
border-color: #C766CF;
}
.TagClassName
{
border-color: #C766CF;
}
</style>