Shades of Medium Orchid #C667DB
Tints of Medium Orchid #C667DB
RGB
CMYK
RGB Variations
Color information
#C667DB (or 0xC667DB) is known color: Medium Orchid. HEX triplet: C6, 67 and DB. RGB value is (198,103,219). Sum of RGB (Red+Green+Blue) = 198+103+219=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #C667DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C667DB is #399824. Grayscale: #909090. Windows color (decimal): -3774501 or 14378950. OLE color: 14378950.
HSL color Cylindrical-coordinate representation of color #C667DB: hue angle of 289.14º 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 #C667DB is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 103 | 219 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.14 |
| HSL | 289.14º | 0.62% | 0.63% | - |
| HSV(B) | 289.14º | 0.53% | 0.86% | - |
| XYZ | 40.93 | 26.82 | 70.04 | - |
| YUV | 144.63 | 169.97 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 219 | 0.10 | 0.53 | 0 | 0.14 | 289.14 | 0.62 | 0.63 |
| Hex | C6 | 67 | DB | A | 35 | 0 | E | 121 | 3E | 3F |
| Octal | 306 | 147 | 333 | 12 | 65 | 0 | 16 | 441 | 76 | 77 |
| Binary | 11000110 | 1100111 | 11011011 | 1010 | 110101 | 0 | 1110 | 100100001 | 111110 | 111111 |
Color Harmonies of #C667DB
Complementary color
Monochromatic Colors of #C667DB
Black with #C667DB
Text Example
Text Example
White with #C667DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C667DB; }
p { color: rgb(198,103,219); }
H1.HeaderClassName
{
color: #C667DB;
}
.AnyTagClassName
{
color: #C667DB;
}
</style>
background-color css
<style>
a { background-color: #C667DB; }
a { background-color: rgb(198,103,219); }
div.DivClassName
{
background-color: #C667DB;
}
.BgClassName
{
background-color: #C667DB;
}
</style>
border-color css
<style>
span { border-color: #C667DB; }
span { border-color: rgb(198,103,219); }
td.TdClassName
{
border-color: #C667DB;
}
.TagClassName
{
border-color: #C667DB;
}
</style>