Shades of Medium Orchid #C765DB
Tints of Medium Orchid #C765DB
RGB
CMYK
RGB Variations
Color information
#C765DB (or 0xC765DB) is known color: Medium Orchid. HEX triplet: C7, 65 and DB. RGB value is (199,101,219). Sum of RGB (Red+Green+Blue) = 199+101+219=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #C765DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C765DB is #389A24. Grayscale: #8F8F8F. Windows color (decimal): -3709477 or 14378439. OLE color: 14378439.
HSL color Cylindrical-coordinate representation of color #C765DB: hue angle of 289.83º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C765DB is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 101 | 219 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.14 |
| HSL | 289.83º | 0.62% | 0.63% | - |
| HSV(B) | 289.83º | 0.54% | 0.86% | - |
| XYZ | 40.99 | 26.56 | 69.98 | - |
| YUV | 143.75 | 170.47 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 219 | 0.09 | 0.54 | 0 | 0.14 | 289.83 | 0.62 | 0.63 |
| Hex | C7 | 65 | DB | 9 | 36 | 0 | E | 122 | 3E | 3F |
| Octal | 307 | 145 | 333 | 11 | 66 | 0 | 16 | 442 | 76 | 77 |
| Binary | 11000111 | 1100101 | 11011011 | 1001 | 110110 | 0 | 1110 | 100100010 | 111110 | 111111 |
Color Harmonies of #C765DB
Complementary color
Monochromatic Colors of #C765DB
Black with #C765DB
Text Example
Text Example
White with #C765DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C765DB; }
p { color: rgb(199,101,219); }
H1.HeaderClassName
{
color: #C765DB;
}
.AnyTagClassName
{
color: #C765DB;
}
</style>
background-color css
<style>
a { background-color: #C765DB; }
a { background-color: rgb(199,101,219); }
div.DivClassName
{
background-color: #C765DB;
}
.BgClassName
{
background-color: #C765DB;
}
</style>
border-color css
<style>
span { border-color: #C765DB; }
span { border-color: rgb(199,101,219); }
td.TdClassName
{
border-color: #C765DB;
}
.TagClassName
{
border-color: #C765DB;
}
</style>