Shades of Medium Orchid #C767D5
Tints of Medium Orchid #C767D5
RGB
CMYK
RGB Variations
Color information
#C767D5 (or 0xC767D5) is known color: Medium Orchid. HEX triplet: C7, 67 and D5. RGB value is (199,103,213). Sum of RGB (Red+Green+Blue) = 199+103+213=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #C767D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C767D5 is #38982A. Grayscale: #8F8F8F. Windows color (decimal): -3708971 or 13985735. OLE color: 13985735.
HSL color Cylindrical-coordinate representation of color #C767D5: hue angle of 292.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C767D5 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 103 | 213 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.16 |
| HSL | 292.36º | 0.57% | 0.62% | - |
| HSV(B) | 292.36º | 0.52% | 0.84% | - |
| XYZ | 40.41 | 26.65 | 65.96 | - |
| YUV | 144.24 | 166.8 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 213 | 0.07 | 0.52 | 0 | 0.16 | 292.36 | 0.57 | 0.62 |
| Hex | C7 | 67 | D5 | 7 | 34 | 0 | 10 | 124 | 39 | 3E |
| Octal | 307 | 147 | 325 | 7 | 64 | 0 | 20 | 444 | 71 | 76 |
| Binary | 11000111 | 1100111 | 11010101 | 111 | 110100 | 0 | 10000 | 100100100 | 111001 | 111110 |
Color Harmonies of #C767D5
Complementary color
Monochromatic Colors of #C767D5
Black with #C767D5
Text Example
Text Example
White with #C767D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C767D5; }
p { color: rgb(199,103,213); }
H1.HeaderClassName
{
color: #C767D5;
}
.AnyTagClassName
{
color: #C767D5;
}
</style>
background-color css
<style>
a { background-color: #C767D5; }
a { background-color: rgb(199,103,213); }
div.DivClassName
{
background-color: #C767D5;
}
.BgClassName
{
background-color: #C767D5;
}
</style>
border-color css
<style>
span { border-color: #C767D5; }
span { border-color: rgb(199,103,213); }
td.TdClassName
{
border-color: #C767D5;
}
.TagClassName
{
border-color: #C767D5;
}
</style>