Shades of Medium Orchid #C667DE
Tints of Medium Orchid #C667DE
RGB
CMYK
RGB Variations
Color information
#C667DE (or 0xC667DE) is known color: Medium Orchid. HEX triplet: C6, 67 and DE. RGB value is (198,103,222). Sum of RGB (Red+Green+Blue) = 198+103+222=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 103 (40.62% from 255 or 19.69% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #C667DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C667DE is #399821. Grayscale: #909090. Windows color (decimal): -3774498 or 14575558. OLE color: 14575558.
HSL color Cylindrical-coordinate representation of color #C667DE: hue angle of 287.9º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C667DE is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 103 | 222 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.13 |
| HSL | 287.9º | 0.64% | 0.64% | - |
| HSV(B) | 287.9º | 0.54% | 0.87% | - |
| XYZ | 41.32 | 26.98 | 72.14 | - |
| YUV | 144.97 | 171.47 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 222 | 0.11 | 0.54 | 0 | 0.13 | 287.9 | 0.64 | 0.64 |
| Hex | C6 | 67 | DE | B | 36 | 0 | D | 120 | 40 | 40 |
| Octal | 306 | 147 | 336 | 13 | 66 | 0 | 15 | 440 | 100 | 100 |
| Binary | 11000110 | 1100111 | 11011110 | 1011 | 110110 | 0 | 1101 | 100100000 | 1000000 | 1000000 |
Color Harmonies of #C667DE
Complementary color
Monochromatic Colors of #C667DE
Black with #C667DE
Text Example
Text Example
White with #C667DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C667DE; }
p { color: rgb(198,103,222); }
H1.HeaderClassName
{
color: #C667DE;
}
.AnyTagClassName
{
color: #C667DE;
}
</style>
background-color css
<style>
a { background-color: #C667DE; }
a { background-color: rgb(198,103,222); }
div.DivClassName
{
background-color: #C667DE;
}
.BgClassName
{
background-color: #C667DE;
}
</style>
border-color css
<style>
span { border-color: #C667DE; }
span { border-color: rgb(198,103,222); }
td.TdClassName
{
border-color: #C667DE;
}
.TagClassName
{
border-color: #C667DE;
}
</style>