Shades of Medium Orchid #C763CF
Tints of Medium Orchid #C763CF
RGB
CMYK
RGB Variations
Color information
#C763CF (or 0xC763CF) is known color: Medium Orchid. HEX triplet: C7, 63 and CF. RGB value is (199,99,207). Sum of RGB (Red+Green+Blue) = 199+99+207=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #C763CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C763CF is #389C30. Grayscale: #8C8C8C. Windows color (decimal): -3710001 or 13591495. OLE color: 13591495.
HSL color Cylindrical-coordinate representation of color #C763CF: hue angle of 295.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C763CF is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 99 | 207 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.19 |
| HSL | 295.56º | 0.53% | 0.6% | - |
| HSV(B) | 295.56º | 0.52% | 0.81% | - |
| XYZ | 39.28 | 25.57 | 61.9 | - |
| YUV | 141.21 | 165.13 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 207 | 0.04 | 0.52 | 0 | 0.19 | 295.56 | 0.53 | 0.6 |
| Hex | C7 | 63 | CF | 4 | 34 | 0 | 13 | 128 | 35 | 3C |
| Octal | 307 | 143 | 317 | 4 | 64 | 0 | 23 | 450 | 65 | 74 |
| Binary | 11000111 | 1100011 | 11001111 | 100 | 110100 | 0 | 10011 | 100101000 | 110101 | 111100 |
Color Harmonies of #C763CF
Complementary color
Monochromatic Colors of #C763CF
Black with #C763CF
Text Example
Text Example
White with #C763CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C763CF; }
p { color: rgb(199,99,207); }
H1.HeaderClassName
{
color: #C763CF;
}
.AnyTagClassName
{
color: #C763CF;
}
</style>
background-color css
<style>
a { background-color: #C763CF; }
a { background-color: rgb(199,99,207); }
div.DivClassName
{
background-color: #C763CF;
}
.BgClassName
{
background-color: #C763CF;
}
</style>
border-color css
<style>
span { border-color: #C763CF; }
span { border-color: rgb(199,99,207); }
td.TdClassName
{
border-color: #C763CF;
}
.TagClassName
{
border-color: #C763CF;
}
</style>