Shades of Medium Orchid #C763DF
Tints of Medium Orchid #C763DF
RGB
CMYK
RGB Variations
Color information
#C763DF (or 0xC763DF) is known color: Medium Orchid. HEX triplet: C7, 63 and DF. RGB value is (199,99,223). Sum of RGB (Red+Green+Blue) = 199+99+223=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #C763DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C763DF is #389C20. Grayscale: #8E8E8E. Windows color (decimal): -3709985 or 14640071. OLE color: 14640071.
HSL color Cylindrical-coordinate representation of color #C763DF: hue angle of 288.39º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C763DF is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 99 | 223 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.13 |
| HSL | 288.39º | 0.66% | 0.63% | - |
| HSV(B) | 288.39º | 0.56% | 0.87% | - |
| XYZ | 41.33 | 26.39 | 72.73 | - |
| YUV | 143.04 | 173.13 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 223 | 0.11 | 0.56 | 0 | 0.13 | 288.39 | 0.66 | 0.63 |
| Hex | C7 | 63 | DF | B | 38 | 0 | D | 120 | 42 | 3F |
| Octal | 307 | 143 | 337 | 13 | 70 | 0 | 15 | 440 | 102 | 77 |
| Binary | 11000111 | 1100011 | 11011111 | 1011 | 111000 | 0 | 1101 | 100100000 | 1000010 | 111111 |
Color Harmonies of #C763DF
Complementary color
Monochromatic Colors of #C763DF
Black with #C763DF
Text Example
Text Example
White with #C763DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C763DF; }
p { color: rgb(199,99,223); }
H1.HeaderClassName
{
color: #C763DF;
}
.AnyTagClassName
{
color: #C763DF;
}
</style>
background-color css
<style>
a { background-color: #C763DF; }
a { background-color: rgb(199,99,223); }
div.DivClassName
{
background-color: #C763DF;
}
.BgClassName
{
background-color: #C763DF;
}
</style>
border-color css
<style>
span { border-color: #C763DF; }
span { border-color: rgb(199,99,223); }
td.TdClassName
{
border-color: #C763DF;
}
.TagClassName
{
border-color: #C763DF;
}
</style>