Shades of Medium Orchid #C767EA
Tints of Medium Orchid #C767EA
RGB
CMYK
RGB Variations
Color information
#C767EA (or 0xC767EA) is known color: Medium Orchid. HEX triplet: C7, 67 and EA. RGB value is (199,103,234). Sum of RGB (Red+Green+Blue) = 199+103+234=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 103 (40.62% from 255 or 19.22% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #C767EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C767EA is #389815. Grayscale: #929292. Windows color (decimal): -3708950 or 15361991. OLE color: 15361991.
HSL color Cylindrical-coordinate representation of color #C767EA: hue angle of 283.97º 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 #C767EA is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 103 | 234 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.08 |
| HSL | 283.97º | 0.76% | 0.66% | - |
| HSV(B) | 283.97º | 0.56% | 0.92% | - |
| XYZ | 43.25 | 27.78 | 80.92 | - |
| YUV | 146.64 | 177.3 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 234 | 0.15 | 0.56 | 0 | 0.08 | 283.97 | 0.76 | 0.66 |
| Hex | C7 | 67 | EA | F | 38 | 0 | 8 | 11C | 4C | 42 |
| Octal | 307 | 147 | 352 | 17 | 70 | 0 | 10 | 434 | 114 | 102 |
| Binary | 11000111 | 1100111 | 11101010 | 1111 | 111000 | 0 | 1000 | 100011100 | 1001100 | 1000010 |
Color Harmonies of #C767EA
Complementary color
Monochromatic Colors of #C767EA
Black with #C767EA
Text Example
Text Example
White with #C767EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C767EA; }
p { color: rgb(199,103,234); }
H1.HeaderClassName
{
color: #C767EA;
}
.AnyTagClassName
{
color: #C767EA;
}
</style>
background-color css
<style>
a { background-color: #C767EA; }
a { background-color: rgb(199,103,234); }
div.DivClassName
{
background-color: #C767EA;
}
.BgClassName
{
background-color: #C767EA;
}
</style>
border-color css
<style>
span { border-color: #C767EA; }
span { border-color: rgb(199,103,234); }
td.TdClassName
{
border-color: #C767EA;
}
.TagClassName
{
border-color: #C767EA;
}
</style>