Shades of Medium Orchid #C965E2
Tints of Medium Orchid #C965E2
RGB
CMYK
RGB Variations
Color information
#C965E2 (or 0xC965E2) is known color: Medium Orchid. HEX triplet: C9, 65 and E2. RGB value is (201,101,226). Sum of RGB (Red+Green+Blue) = 201+101+226=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 226 - color contains mainly: blue. Hex color #C965E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965E2 is #369A1D. Grayscale: #909090. Windows color (decimal): -3578398 or 14837193. OLE color: 14837193.
HSL color Cylindrical-coordinate representation of color #C965E2: hue angle of 288º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C965E2 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 101 | 226 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.11 |
| HSL | 288º | 0.68% | 0.64% | - |
| HSV(B) | 288º | 0.55% | 0.89% | - |
| XYZ | 42.47 | 27.22 | 74.97 | - |
| YUV | 145.15 | 173.63 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 226 | 0.11 | 0.55 | 0 | 0.11 | 288 | 0.68 | 0.64 |
| Hex | C9 | 65 | E2 | B | 37 | 0 | B | 120 | 44 | 40 |
| Octal | 311 | 145 | 342 | 13 | 67 | 0 | 13 | 440 | 104 | 100 |
| Binary | 11001001 | 1100101 | 11100010 | 1011 | 110111 | 0 | 1011 | 100100000 | 1000100 | 1000000 |
Color Harmonies of #C965E2
Complementary color
Monochromatic Colors of #C965E2
Black with #C965E2
Text Example
Text Example
White with #C965E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C965E2; }
p { color: rgb(201,101,226); }
H1.HeaderClassName
{
color: #C965E2;
}
.AnyTagClassName
{
color: #C965E2;
}
</style>
background-color css
<style>
a { background-color: #C965E2; }
a { background-color: rgb(201,101,226); }
div.DivClassName
{
background-color: #C965E2;
}
.BgClassName
{
background-color: #C965E2;
}
</style>
border-color css
<style>
span { border-color: #C965E2; }
span { border-color: rgb(201,101,226); }
td.TdClassName
{
border-color: #C965E2;
}
.TagClassName
{
border-color: #C965E2;
}
</style>