Shades of Medium Orchid #C665DE
Tints of Medium Orchid #C665DE
RGB
CMYK
RGB Variations
Color information
#C665DE (or 0xC665DE) is known color: Medium Orchid. HEX triplet: C6, 65 and DE. RGB value is (198,101,222). Sum of RGB (Red+Green+Blue) = 198+101+222=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #C665DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C665DE is #399A21. Grayscale: #8F8F8F. Windows color (decimal): -3775010 or 14575046. OLE color: 14575046.
HSL color Cylindrical-coordinate representation of color #C665DE: hue angle of 288.1º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C665DE is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 101 | 222 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.13 |
| HSL | 288.1º | 0.65% | 0.63% | - |
| HSV(B) | 288.1º | 0.55% | 0.87% | - |
| XYZ | 41.13 | 26.59 | 72.07 | - |
| YUV | 143.8 | 172.14 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 222 | 0.11 | 0.55 | 0 | 0.13 | 288.1 | 0.65 | 0.63 |
| Hex | C6 | 65 | DE | B | 37 | 0 | D | 120 | 41 | 3F |
| Octal | 306 | 145 | 336 | 13 | 67 | 0 | 15 | 440 | 101 | 77 |
| Binary | 11000110 | 1100101 | 11011110 | 1011 | 110111 | 0 | 1101 | 100100000 | 1000001 | 111111 |
Color Harmonies of #C665DE
Complementary color
Monochromatic Colors of #C665DE
Black with #C665DE
Text Example
Text Example
White with #C665DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C665DE; }
p { color: rgb(198,101,222); }
H1.HeaderClassName
{
color: #C665DE;
}
.AnyTagClassName
{
color: #C665DE;
}
</style>
background-color css
<style>
a { background-color: #C665DE; }
a { background-color: rgb(198,101,222); }
div.DivClassName
{
background-color: #C665DE;
}
.BgClassName
{
background-color: #C665DE;
}
</style>
border-color css
<style>
span { border-color: #C665DE; }
span { border-color: rgb(198,101,222); }
td.TdClassName
{
border-color: #C665DE;
}
.TagClassName
{
border-color: #C665DE;
}
</style>