Shades of Medium Orchid #C767EB
Tints of Medium Orchid #C767EB
RGB
CMYK
RGB Variations
Color information
#C767EB (or 0xC767EB) is known color: Medium Orchid. HEX triplet: C7, 67 and EB. RGB value is (199,103,235). Sum of RGB (Red+Green+Blue) = 199+103+235=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 103 (40.62% from 255 or 19.18% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #C767EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C767EB is #389814. Grayscale: #929292. Windows color (decimal): -3708949 or 15427527. OLE color: 15427527.
HSL color Cylindrical-coordinate representation of color #C767EB: hue angle of 283.64º degrees, saturation: 0.77, 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 #C767EB is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 103 | 235 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.08 |
| HSL | 283.64º | 0.77% | 0.66% | - |
| HSV(B) | 283.64º | 0.56% | 0.92% | - |
| XYZ | 43.4 | 27.84 | 81.68 | - |
| YUV | 146.75 | 177.8 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 235 | 0.15 | 0.56 | 0 | 0.08 | 283.64 | 0.77 | 0.66 |
| Hex | C7 | 67 | EB | F | 38 | 0 | 8 | 11C | 4D | 42 |
| Octal | 307 | 147 | 353 | 17 | 70 | 0 | 10 | 434 | 115 | 102 |
| Binary | 11000111 | 1100111 | 11101011 | 1111 | 111000 | 0 | 1000 | 100011100 | 1001101 | 1000010 |
Color Harmonies of #C767EB
Complementary color
Monochromatic Colors of #C767EB
Black with #C767EB
Text Example
Text Example
White with #C767EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C767EB; }
p { color: rgb(199,103,235); }
H1.HeaderClassName
{
color: #C767EB;
}
.AnyTagClassName
{
color: #C767EB;
}
</style>
background-color css
<style>
a { background-color: #C767EB; }
a { background-color: rgb(199,103,235); }
div.DivClassName
{
background-color: #C767EB;
}
.BgClassName
{
background-color: #C767EB;
}
</style>
border-color css
<style>
span { border-color: #C767EB; }
span { border-color: rgb(199,103,235); }
td.TdClassName
{
border-color: #C767EB;
}
.TagClassName
{
border-color: #C767EB;
}
</style>