Shades of Medium Orchid #C965DC
Tints of Medium Orchid #C965DC
RGB
CMYK
RGB Variations
Color information
#C965DC (or 0xC965DC) is known color: Medium Orchid. HEX triplet: C9, 65 and DC. RGB value is (201,101,220). Sum of RGB (Red+Green+Blue) = 201+101+220=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #C965DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965DC is #369A23. Grayscale: #909090. Windows color (decimal): -3578404 or 14443977. OLE color: 14443977.
HSL color Cylindrical-coordinate representation of color #C965DC: hue angle of 290.42º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C965DC is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 101 | 220 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.14 |
| HSL | 290.42º | 0.63% | 0.63% | - |
| HSV(B) | 290.42º | 0.54% | 0.86% | - |
| XYZ | 41.66 | 26.89 | 70.71 | - |
| YUV | 144.47 | 170.63 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 220 | 0.09 | 0.54 | 0 | 0.14 | 290.42 | 0.63 | 0.63 |
| Hex | C9 | 65 | DC | 9 | 36 | 0 | E | 122 | 3F | 3F |
| Octal | 311 | 145 | 334 | 11 | 66 | 0 | 16 | 442 | 77 | 77 |
| Binary | 11001001 | 1100101 | 11011100 | 1001 | 110110 | 0 | 1110 | 100100010 | 111111 | 111111 |
Color Harmonies of #C965DC
Complementary color
Monochromatic Colors of #C965DC
Black with #C965DC
Text Example
Text Example
White with #C965DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C965DC; }
p { color: rgb(201,101,220); }
H1.HeaderClassName
{
color: #C965DC;
}
.AnyTagClassName
{
color: #C965DC;
}
</style>
background-color css
<style>
a { background-color: #C965DC; }
a { background-color: rgb(201,101,220); }
div.DivClassName
{
background-color: #C965DC;
}
.BgClassName
{
background-color: #C965DC;
}
</style>
border-color css
<style>
span { border-color: #C965DC; }
span { border-color: rgb(201,101,220); }
td.TdClassName
{
border-color: #C965DC;
}
.TagClassName
{
border-color: #C965DC;
}
</style>