Shades of Medium Orchid #C750DB
Tints of Medium Orchid #C750DB
RGB
CMYK
RGB Variations
Color information
#C750DB (or 0xC750DB) is known color: Medium Orchid. HEX triplet: C7, 50 and DB. RGB value is (199,80,219). Sum of RGB (Red+Green+Blue) = 199+80+219=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #C750DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C750DB is #38AF24. Grayscale: #828282. Windows color (decimal): -3714853 or 14373063. OLE color: 14373063.
HSL color Cylindrical-coordinate representation of color #C750DB: hue angle of 291.37º 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 #C750DB is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 80 | 219 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.14 |
| HSL | 291.37º | 0.66% | 0.59% | - |
| HSV(B) | 291.37º | 0.63% | 0.86% | - |
| XYZ | 39.21 | 22.99 | 69.39 | - |
| YUV | 131.43 | 177.42 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 219 | 0.09 | 0.63 | 0 | 0.14 | 291.37 | 0.66 | 0.59 |
| Hex | C7 | 50 | DB | 9 | 3F | 0 | E | 123 | 42 | 3B |
| Octal | 307 | 120 | 333 | 11 | 77 | 0 | 16 | 443 | 102 | 73 |
| Binary | 11000111 | 1010000 | 11011011 | 1001 | 111111 | 0 | 1110 | 100100011 | 1000010 | 111011 |
Color Harmonies of #C750DB
Complementary color
Monochromatic Colors of #C750DB
Black with #C750DB
Text Example
Text Example
White with #C750DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C750DB; }
p { color: rgb(199,80,219); }
H1.HeaderClassName
{
color: #C750DB;
}
.AnyTagClassName
{
color: #C750DB;
}
</style>
background-color css
<style>
a { background-color: #C750DB; }
a { background-color: rgb(199,80,219); }
div.DivClassName
{
background-color: #C750DB;
}
.BgClassName
{
background-color: #C750DB;
}
</style>
border-color css
<style>
span { border-color: #C750DB; }
span { border-color: rgb(199,80,219); }
td.TdClassName
{
border-color: #C750DB;
}
.TagClassName
{
border-color: #C750DB;
}
</style>