Shades of Medium Orchid #C755DB
Tints of Medium Orchid #C755DB
RGB
CMYK
RGB Variations
Color information
#C755DB (or 0xC755DB) is known color: Medium Orchid. HEX triplet: C7, 55 and DB. RGB value is (199,85,219). Sum of RGB (Red+Green+Blue) = 199+85+219=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #C755DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C755DB is #38AA24. Grayscale: #858585. Windows color (decimal): -3713573 or 14374343. OLE color: 14374343.
HSL color Cylindrical-coordinate representation of color #C755DB: hue angle of 291.04º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C755DB is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 85 | 219 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.14 |
| HSL | 291.04º | 0.65% | 0.6% | - |
| HSV(B) | 291.04º | 0.61% | 0.86% | - |
| XYZ | 39.59 | 23.75 | 69.52 | - |
| YUV | 134.36 | 175.77 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 219 | 0.09 | 0.61 | 0 | 0.14 | 291.04 | 0.65 | 0.6 |
| Hex | C7 | 55 | DB | 9 | 3D | 0 | E | 123 | 41 | 3C |
| Octal | 307 | 125 | 333 | 11 | 75 | 0 | 16 | 443 | 101 | 74 |
| Binary | 11000111 | 1010101 | 11011011 | 1001 | 111101 | 0 | 1110 | 100100011 | 1000001 | 111100 |
Color Harmonies of #C755DB
Complementary color
Monochromatic Colors of #C755DB
Black with #C755DB
Text Example
Text Example
White with #C755DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C755DB; }
p { color: rgb(199,85,219); }
H1.HeaderClassName
{
color: #C755DB;
}
.AnyTagClassName
{
color: #C755DB;
}
</style>
background-color css
<style>
a { background-color: #C755DB; }
a { background-color: rgb(199,85,219); }
div.DivClassName
{
background-color: #C755DB;
}
.BgClassName
{
background-color: #C755DB;
}
</style>
border-color css
<style>
span { border-color: #C755DB; }
span { border-color: rgb(199,85,219); }
td.TdClassName
{
border-color: #C755DB;
}
.TagClassName
{
border-color: #C755DB;
}
</style>