Shades of Medium Orchid #C767D9
Tints of Medium Orchid #C767D9
RGB
CMYK
RGB Variations
Color information
#C767D9 (or 0xC767D9) is known color: Medium Orchid. HEX triplet: C7, 67 and D9. RGB value is (199,103,217). Sum of RGB (Red+Green+Blue) = 199+103+217=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #C767D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C767D9 is #389826. Grayscale: #909090. Windows color (decimal): -3708967 or 14247879. OLE color: 14247879.
HSL color Cylindrical-coordinate representation of color #C767D9: hue angle of 290.53º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C767D9 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 103 | 217 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.15 |
| HSL | 290.53º | 0.6% | 0.63% | - |
| HSV(B) | 290.53º | 0.53% | 0.85% | - |
| XYZ | 40.93 | 26.85 | 68.67 | - |
| YUV | 144.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 217 | 0.08 | 0.53 | 0 | 0.15 | 290.53 | 0.6 | 0.63 |
| Hex | C7 | 67 | D9 | 8 | 35 | 0 | F | 123 | 3C | 3F |
| Octal | 307 | 147 | 331 | 10 | 65 | 0 | 17 | 443 | 74 | 77 |
| Binary | 11000111 | 1100111 | 11011001 | 1000 | 110101 | 0 | 1111 | 100100011 | 111100 | 111111 |
Color Harmonies of #C767D9
Complementary color
Monochromatic Colors of #C767D9
Black with #C767D9
Text Example
Text Example
White with #C767D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C767D9; }
p { color: rgb(199,103,217); }
H1.HeaderClassName
{
color: #C767D9;
}
.AnyTagClassName
{
color: #C767D9;
}
</style>
background-color css
<style>
a { background-color: #C767D9; }
a { background-color: rgb(199,103,217); }
div.DivClassName
{
background-color: #C767D9;
}
.BgClassName
{
background-color: #C767D9;
}
</style>
border-color css
<style>
span { border-color: #C767D9; }
span { border-color: rgb(199,103,217); }
td.TdClassName
{
border-color: #C767D9;
}
.TagClassName
{
border-color: #C767D9;
}
</style>