Shades of Medium Orchid #C966DE
Tints of Medium Orchid #C966DE
RGB
CMYK
RGB Variations
Color information
#C966DE (or 0xC966DE) is known color: Medium Orchid. HEX triplet: C9, 66 and DE. RGB value is (201,102,222). Sum of RGB (Red+Green+Blue) = 201+102+222=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #C966DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C966DE is #369921. Grayscale: #909090. Windows color (decimal): -3578146 or 14575305. OLE color: 14575305.
HSL color Cylindrical-coordinate representation of color #C966DE: hue angle of 289.5º degrees, saturation: 0.65, 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 #C966DE is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 102 | 222 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.13 |
| HSL | 289.5º | 0.65% | 0.64% | - |
| HSV(B) | 289.5º | 0.54% | 0.87% | - |
| XYZ | 42.02 | 27.19 | 72.14 | - |
| YUV | 145.28 | 171.3 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 222 | 0.09 | 0.54 | 0 | 0.13 | 289.5 | 0.65 | 0.64 |
| Hex | C9 | 66 | DE | 9 | 36 | 0 | D | 122 | 41 | 40 |
| Octal | 311 | 146 | 336 | 11 | 66 | 0 | 15 | 442 | 101 | 100 |
| Binary | 11001001 | 1100110 | 11011110 | 1001 | 110110 | 0 | 1101 | 100100010 | 1000001 | 1000000 |
Color Harmonies of #C966DE
Complementary color
Monochromatic Colors of #C966DE
Black with #C966DE
Text Example
Text Example
White with #C966DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C966DE; }
p { color: rgb(201,102,222); }
H1.HeaderClassName
{
color: #C966DE;
}
.AnyTagClassName
{
color: #C966DE;
}
</style>
background-color css
<style>
a { background-color: #C966DE; }
a { background-color: rgb(201,102,222); }
div.DivClassName
{
background-color: #C966DE;
}
.BgClassName
{
background-color: #C966DE;
}
</style>
border-color css
<style>
span { border-color: #C966DE; }
span { border-color: rgb(201,102,222); }
td.TdClassName
{
border-color: #C966DE;
}
.TagClassName
{
border-color: #C966DE;
}
</style>