Shades of Medium Orchid #C751DB
Tints of Medium Orchid #C751DB
RGB
CMYK
RGB Variations
Color information
#C751DB (or 0xC751DB) is known color: Medium Orchid. HEX triplet: C7, 51 and DB. RGB value is (199,81,219). Sum of RGB (Red+Green+Blue) = 199+81+219=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 81 (32.03% from 255 or 16.23% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #C751DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C751DB is #38AE24. Grayscale: #838383. Windows color (decimal): -3714597 or 14373319. OLE color: 14373319.
HSL color Cylindrical-coordinate representation of color #C751DB: hue angle of 291.3º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C751DB is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 81 | 219 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.14 |
| HSL | 291.3º | 0.66% | 0.59% | - |
| HSV(B) | 291.3º | 0.63% | 0.86% | - |
| XYZ | 39.28 | 23.14 | 69.41 | - |
| YUV | 132.01 | 177.09 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 219 | 0.09 | 0.63 | 0 | 0.14 | 291.3 | 0.66 | 0.59 |
| Hex | C7 | 51 | DB | 9 | 3F | 0 | E | 123 | 42 | 3B |
| Octal | 307 | 121 | 333 | 11 | 77 | 0 | 16 | 443 | 102 | 73 |
| Binary | 11000111 | 1010001 | 11011011 | 1001 | 111111 | 0 | 1110 | 100100011 | 1000010 | 111011 |
Color Harmonies of #C751DB
Complementary color
Monochromatic Colors of #C751DB
Black with #C751DB
Text Example
Text Example
White with #C751DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C751DB; }
p { color: rgb(199,81,219); }
H1.HeaderClassName
{
color: #C751DB;
}
.AnyTagClassName
{
color: #C751DB;
}
</style>
background-color css
<style>
a { background-color: #C751DB; }
a { background-color: rgb(199,81,219); }
div.DivClassName
{
background-color: #C751DB;
}
.BgClassName
{
background-color: #C751DB;
}
</style>
border-color css
<style>
span { border-color: #C751DB; }
span { border-color: rgb(199,81,219); }
td.TdClassName
{
border-color: #C751DB;
}
.TagClassName
{
border-color: #C751DB;
}
</style>