Shades of Medium Orchid #C767D2
Tints of Medium Orchid #C767D2
RGB
CMYK
RGB Variations
Color information
#C767D2 (or 0xC767D2) is known color: Medium Orchid. HEX triplet: C7, 67 and D2. RGB value is (199,103,210). Sum of RGB (Red+Green+Blue) = 199+103+210=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 210 - color contains mainly: blue. Hex color #C767D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C767D2 is #38982D. Grayscale: #8F8F8F. Windows color (decimal): -3708974 or 13789127. OLE color: 13789127.
HSL color Cylindrical-coordinate representation of color #C767D2: hue angle of 293.83º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C767D2 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 103 | 210 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.18 |
| HSL | 293.83º | 0.54% | 0.61% | - |
| HSV(B) | 293.83º | 0.51% | 0.82% | - |
| XYZ | 40.04 | 26.5 | 63.98 | - |
| YUV | 143.9 | 165.3 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 210 | 0.05 | 0.51 | 0 | 0.18 | 293.83 | 0.54 | 0.61 |
| Hex | C7 | 67 | D2 | 5 | 33 | 0 | 12 | 126 | 36 | 3D |
| Octal | 307 | 147 | 322 | 5 | 63 | 0 | 22 | 446 | 66 | 75 |
| Binary | 11000111 | 1100111 | 11010010 | 101 | 110011 | 0 | 10010 | 100100110 | 110110 | 111101 |
Color Harmonies of #C767D2
Complementary color
Monochromatic Colors of #C767D2
Black with #C767D2
Text Example
Text Example
White with #C767D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C767D2; }
p { color: rgb(199,103,210); }
H1.HeaderClassName
{
color: #C767D2;
}
.AnyTagClassName
{
color: #C767D2;
}
</style>
background-color css
<style>
a { background-color: #C767D2; }
a { background-color: rgb(199,103,210); }
div.DivClassName
{
background-color: #C767D2;
}
.BgClassName
{
background-color: #C767D2;
}
</style>
border-color css
<style>
span { border-color: #C767D2; }
span { border-color: rgb(199,103,210); }
td.TdClassName
{
border-color: #C767D2;
}
.TagClassName
{
border-color: #C767D2;
}
</style>