Shades of Medium Orchid #C767DB
Tints of Medium Orchid #C767DB
RGB
CMYK
RGB Variations
Color information
#C767DB (or 0xC767DB) is known color: Medium Orchid. HEX triplet: C7, 67 and DB. RGB value is (199,103,219). Sum of RGB (Red+Green+Blue) = 199+103+219=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #C767DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C767DB is #389824. Grayscale: #909090. Windows color (decimal): -3708965 or 14378951. OLE color: 14378951.
HSL color Cylindrical-coordinate representation of color #C767DB: hue angle of 289.66º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C767DB is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 103 | 219 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.14 |
| HSL | 289.66º | 0.62% | 0.63% | - |
| HSV(B) | 289.66º | 0.53% | 0.86% | - |
| XYZ | 41.19 | 26.96 | 70.05 | - |
| YUV | 144.93 | 169.8 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 219 | 0.09 | 0.53 | 0 | 0.14 | 289.66 | 0.62 | 0.63 |
| Hex | C7 | 67 | DB | 9 | 35 | 0 | E | 122 | 3E | 3F |
| Octal | 307 | 147 | 333 | 11 | 65 | 0 | 16 | 442 | 76 | 77 |
| Binary | 11000111 | 1100111 | 11011011 | 1001 | 110101 | 0 | 1110 | 100100010 | 111110 | 111111 |
Color Harmonies of #C767DB
Complementary color
Monochromatic Colors of #C767DB
Black with #C767DB
Text Example
Text Example
White with #C767DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C767DB; }
p { color: rgb(199,103,219); }
H1.HeaderClassName
{
color: #C767DB;
}
.AnyTagClassName
{
color: #C767DB;
}
</style>
background-color css
<style>
a { background-color: #C767DB; }
a { background-color: rgb(199,103,219); }
div.DivClassName
{
background-color: #C767DB;
}
.BgClassName
{
background-color: #C767DB;
}
</style>
border-color css
<style>
span { border-color: #C767DB; }
span { border-color: rgb(199,103,219); }
td.TdClassName
{
border-color: #C767DB;
}
.TagClassName
{
border-color: #C767DB;
}
</style>