Shades of Medium Orchid #C762DB
Tints of Medium Orchid #C762DB
RGB
CMYK
RGB Variations
Color information
#C762DB (or 0xC762DB) is known color: Medium Orchid. HEX triplet: C7, 62 and DB. RGB value is (199,98,219). Sum of RGB (Red+Green+Blue) = 199+98+219=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #C762DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C762DB is #389D24. Grayscale: #8D8D8D. Windows color (decimal): -3710245 or 14377671. OLE color: 14377671.
HSL color Cylindrical-coordinate representation of color #C762DB: hue angle of 290.08º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C762DB is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 98 | 219 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.14 |
| HSL | 290.08º | 0.63% | 0.62% | - |
| HSV(B) | 290.08º | 0.55% | 0.86% | - |
| XYZ | 40.71 | 25.99 | 69.89 | - |
| YUV | 141.99 | 171.46 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 219 | 0.09 | 0.55 | 0 | 0.14 | 290.08 | 0.63 | 0.62 |
| Hex | C7 | 62 | DB | 9 | 37 | 0 | E | 122 | 3F | 3E |
| Octal | 307 | 142 | 333 | 11 | 67 | 0 | 16 | 442 | 77 | 76 |
| Binary | 11000111 | 1100010 | 11011011 | 1001 | 110111 | 0 | 1110 | 100100010 | 111111 | 111110 |
Color Harmonies of #C762DB
Complementary color
Monochromatic Colors of #C762DB
Black with #C762DB
Text Example
Text Example
White with #C762DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C762DB; }
p { color: rgb(199,98,219); }
H1.HeaderClassName
{
color: #C762DB;
}
.AnyTagClassName
{
color: #C762DB;
}
</style>
background-color css
<style>
a { background-color: #C762DB; }
a { background-color: rgb(199,98,219); }
div.DivClassName
{
background-color: #C762DB;
}
.BgClassName
{
background-color: #C762DB;
}
</style>
border-color css
<style>
span { border-color: #C762DB; }
span { border-color: rgb(199,98,219); }
td.TdClassName
{
border-color: #C762DB;
}
.TagClassName
{
border-color: #C762DB;
}
</style>