Shades of Medium Orchid #C965DE
Tints of Medium Orchid #C965DE
RGB
CMYK
RGB Variations
Color information
#C965DE (or 0xC965DE) is known color: Medium Orchid. HEX triplet: C9, 65 and DE. RGB value is (201,101,222). Sum of RGB (Red+Green+Blue) = 201+101+222=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #C965DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965DE is #369A21. Grayscale: #909090. Windows color (decimal): -3578402 or 14575049. OLE color: 14575049.
HSL color Cylindrical-coordinate representation of color #C965DE: hue angle of 289.59º 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 #C965DE is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 101 | 222 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.13 |
| HSL | 289.59º | 0.65% | 0.63% | - |
| HSV(B) | 289.59º | 0.55% | 0.87% | - |
| XYZ | 41.93 | 27 | 72.11 | - |
| YUV | 144.69 | 171.63 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 222 | 0.09 | 0.55 | 0 | 0.13 | 289.59 | 0.65 | 0.63 |
| Hex | C9 | 65 | DE | 9 | 37 | 0 | D | 122 | 41 | 3F |
| Octal | 311 | 145 | 336 | 11 | 67 | 0 | 15 | 442 | 101 | 77 |
| Binary | 11001001 | 1100101 | 11011110 | 1001 | 110111 | 0 | 1101 | 100100010 | 1000001 | 111111 |
Color Harmonies of #C965DE
Complementary color
Monochromatic Colors of #C965DE
Black with #C965DE
Text Example
Text Example
White with #C965DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C965DE; }
p { color: rgb(201,101,222); }
H1.HeaderClassName
{
color: #C965DE;
}
.AnyTagClassName
{
color: #C965DE;
}
</style>
background-color css
<style>
a { background-color: #C965DE; }
a { background-color: rgb(201,101,222); }
div.DivClassName
{
background-color: #C965DE;
}
.BgClassName
{
background-color: #C965DE;
}
</style>
border-color css
<style>
span { border-color: #C965DE; }
span { border-color: rgb(201,101,222); }
td.TdClassName
{
border-color: #C965DE;
}
.TagClassName
{
border-color: #C965DE;
}
</style>