Shades of Medium Orchid #C762CF
Tints of Medium Orchid #C762CF
RGB
CMYK
RGB Variations
Color information
#C762CF (or 0xC762CF) is known color: Medium Orchid. HEX triplet: C7, 62 and CF. RGB value is (199,98,207). Sum of RGB (Red+Green+Blue) = 199+98+207=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 98 (38.67% from 255 or 19.44% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #C762CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C762CF is #389D30. Grayscale: #8C8C8C. Windows color (decimal): -3710257 or 13591239. OLE color: 13591239.
HSL color Cylindrical-coordinate representation of color #C762CF: hue angle of 295.6º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C762CF is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 98 | 207 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.19 |
| HSL | 295.6º | 0.53% | 0.6% | - |
| HSV(B) | 295.6º | 0.53% | 0.81% | - |
| XYZ | 39.18 | 25.38 | 61.87 | - |
| YUV | 140.63 | 165.46 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 207 | 0.04 | 0.53 | 0 | 0.19 | 295.6 | 0.53 | 0.6 |
| Hex | C7 | 62 | CF | 4 | 35 | 0 | 13 | 128 | 35 | 3C |
| Octal | 307 | 142 | 317 | 4 | 65 | 0 | 23 | 450 | 65 | 74 |
| Binary | 11000111 | 1100010 | 11001111 | 100 | 110101 | 0 | 10011 | 100101000 | 110101 | 111100 |
Color Harmonies of #C762CF
Complementary color
Monochromatic Colors of #C762CF
Black with #C762CF
Text Example
Text Example
White with #C762CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C762CF; }
p { color: rgb(199,98,207); }
H1.HeaderClassName
{
color: #C762CF;
}
.AnyTagClassName
{
color: #C762CF;
}
</style>
background-color css
<style>
a { background-color: #C762CF; }
a { background-color: rgb(199,98,207); }
div.DivClassName
{
background-color: #C762CF;
}
.BgClassName
{
background-color: #C762CF;
}
</style>
border-color css
<style>
span { border-color: #C762CF; }
span { border-color: rgb(199,98,207); }
td.TdClassName
{
border-color: #C762CF;
}
.TagClassName
{
border-color: #C762CF;
}
</style>