Shades of Medium Orchid #C753DB
Tints of Medium Orchid #C753DB
RGB
CMYK
RGB Variations
Color information
#C753DB (or 0xC753DB) is known color: Medium Orchid. HEX triplet: C7, 53 and DB. RGB value is (199,83,219). Sum of RGB (Red+Green+Blue) = 199+83+219=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #C753DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C753DB is #38AC24. Grayscale: #848484. Windows color (decimal): -3714085 or 14373831. OLE color: 14373831.
HSL color Cylindrical-coordinate representation of color #C753DB: hue angle of 291.18º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C753DB is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 83 | 219 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.14 |
| HSL | 291.18º | 0.65% | 0.59% | - |
| HSV(B) | 291.18º | 0.62% | 0.86% | - |
| XYZ | 39.43 | 23.44 | 69.46 | - |
| YUV | 133.19 | 176.43 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 219 | 0.09 | 0.62 | 0 | 0.14 | 291.18 | 0.65 | 0.59 |
| Hex | C7 | 53 | DB | 9 | 3E | 0 | E | 123 | 41 | 3B |
| Octal | 307 | 123 | 333 | 11 | 76 | 0 | 16 | 443 | 101 | 73 |
| Binary | 11000111 | 1010011 | 11011011 | 1001 | 111110 | 0 | 1110 | 100100011 | 1000001 | 111011 |
Color Harmonies of #C753DB
Complementary color
Monochromatic Colors of #C753DB
Black with #C753DB
Text Example
Text Example
White with #C753DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C753DB; }
p { color: rgb(199,83,219); }
H1.HeaderClassName
{
color: #C753DB;
}
.AnyTagClassName
{
color: #C753DB;
}
</style>
background-color css
<style>
a { background-color: #C753DB; }
a { background-color: rgb(199,83,219); }
div.DivClassName
{
background-color: #C753DB;
}
.BgClassName
{
background-color: #C753DB;
}
</style>
border-color css
<style>
span { border-color: #C753DB; }
span { border-color: rgb(199,83,219); }
td.TdClassName
{
border-color: #C753DB;
}
.TagClassName
{
border-color: #C753DB;
}
</style>