Shades of Medium Orchid #C767E1
Tints of Medium Orchid #C767E1
RGB
CMYK
RGB Variations
Color information
#C767E1 (or 0xC767E1) is known color: Medium Orchid. HEX triplet: C7, 67 and E1. RGB value is (199,103,225). Sum of RGB (Red+Green+Blue) = 199+103+225=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #C767E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C767E1 is #38981E. Grayscale: #919191. Windows color (decimal): -3708959 or 14772167. OLE color: 14772167.
HSL color Cylindrical-coordinate representation of color #C767E1: hue angle of 287.21º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C767E1 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 103 | 225 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.12 |
| HSL | 287.21º | 0.67% | 0.64% | - |
| HSV(B) | 287.21º | 0.54% | 0.88% | - |
| XYZ | 41.99 | 27.28 | 74.29 | - |
| YUV | 145.61 | 172.8 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 225 | 0.12 | 0.54 | 0 | 0.12 | 287.21 | 0.67 | 0.64 |
| Hex | C7 | 67 | E1 | C | 36 | 0 | C | 11F | 43 | 40 |
| Octal | 307 | 147 | 341 | 14 | 66 | 0 | 14 | 437 | 103 | 100 |
| Binary | 11000111 | 1100111 | 11100001 | 1100 | 110110 | 0 | 1100 | 100011111 | 1000011 | 1000000 |
Color Harmonies of #C767E1
Complementary color
Monochromatic Colors of #C767E1
Black with #C767E1
Text Example
Text Example
White with #C767E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C767E1; }
p { color: rgb(199,103,225); }
H1.HeaderClassName
{
color: #C767E1;
}
.AnyTagClassName
{
color: #C767E1;
}
</style>
background-color css
<style>
a { background-color: #C767E1; }
a { background-color: rgb(199,103,225); }
div.DivClassName
{
background-color: #C767E1;
}
.BgClassName
{
background-color: #C767E1;
}
</style>
border-color css
<style>
span { border-color: #C767E1; }
span { border-color: rgb(199,103,225); }
td.TdClassName
{
border-color: #C767E1;
}
.TagClassName
{
border-color: #C767E1;
}
</style>