Shades of Medium Orchid #C767E9
Tints of Medium Orchid #C767E9
RGB
CMYK
RGB Variations
Color information
#C767E9 (or 0xC767E9) is known color: Medium Orchid. HEX triplet: C7, 67 and E9. RGB value is (199,103,233). Sum of RGB (Red+Green+Blue) = 199+103+233=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 233 - color contains mainly: blue. Hex color #C767E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C767E9 is #389816. Grayscale: #929292. Windows color (decimal): -3708951 or 15296455. OLE color: 15296455.
HSL color Cylindrical-coordinate representation of color #C767E9: hue angle of 284.31º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C767E9 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 103 | 233 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.09 |
| HSL | 284.31º | 0.75% | 0.66% | - |
| HSV(B) | 284.31º | 0.56% | 0.91% | - |
| XYZ | 43.11 | 27.73 | 80.17 | - |
| YUV | 146.52 | 176.8 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 233 | 0.15 | 0.56 | 0 | 0.09 | 284.31 | 0.75 | 0.66 |
| Hex | C7 | 67 | E9 | F | 38 | 0 | 9 | 11C | 4B | 42 |
| Octal | 307 | 147 | 351 | 17 | 70 | 0 | 11 | 434 | 113 | 102 |
| Binary | 11000111 | 1100111 | 11101001 | 1111 | 111000 | 0 | 1001 | 100011100 | 1001011 | 1000010 |
Color Harmonies of #C767E9
Complementary color
Monochromatic Colors of #C767E9
Black with #C767E9
Text Example
Text Example
White with #C767E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C767E9; }
p { color: rgb(199,103,233); }
H1.HeaderClassName
{
color: #C767E9;
}
.AnyTagClassName
{
color: #C767E9;
}
</style>
background-color css
<style>
a { background-color: #C767E9; }
a { background-color: rgb(199,103,233); }
div.DivClassName
{
background-color: #C767E9;
}
.BgClassName
{
background-color: #C767E9;
}
</style>
border-color css
<style>
span { border-color: #C767E9; }
span { border-color: rgb(199,103,233); }
td.TdClassName
{
border-color: #C767E9;
}
.TagClassName
{
border-color: #C767E9;
}
</style>