Shades of Medium Orchid #C966E6
Tints of Medium Orchid #C966E6
RGB
CMYK
RGB Variations
Color information
#C966E6 (or 0xC966E6) is known color: Medium Orchid. HEX triplet: C9, 66 and E6. RGB value is (201,102,230). Sum of RGB (Red+Green+Blue) = 201+102+230=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #C966E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C966E6 is #369919. Grayscale: #919191. Windows color (decimal): -3578138 or 15099593. OLE color: 15099593.
HSL color Cylindrical-coordinate representation of color #C966E6: hue angle of 286.41º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C966E6 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 102 | 230 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.10 |
| HSL | 286.41º | 0.72% | 0.65% | - |
| HSV(B) | 286.41º | 0.56% | 0.9% | - |
| XYZ | 43.12 | 27.63 | 77.92 | - |
| YUV | 146.19 | 175.3 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 230 | 0.13 | 0.56 | 0 | 0.10 | 286.41 | 0.72 | 0.65 |
| Hex | C9 | 66 | E6 | D | 38 | 0 | A | 11E | 48 | 41 |
| Octal | 311 | 146 | 346 | 15 | 70 | 0 | 12 | 436 | 110 | 101 |
| Binary | 11001001 | 1100110 | 11100110 | 1101 | 111000 | 0 | 1010 | 100011110 | 1001000 | 1000001 |
Color Harmonies of #C966E6
Complementary color
Monochromatic Colors of #C966E6
Black with #C966E6
Text Example
Text Example
White with #C966E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C966E6; }
p { color: rgb(201,102,230); }
H1.HeaderClassName
{
color: #C966E6;
}
.AnyTagClassName
{
color: #C966E6;
}
</style>
background-color css
<style>
a { background-color: #C966E6; }
a { background-color: rgb(201,102,230); }
div.DivClassName
{
background-color: #C966E6;
}
.BgClassName
{
background-color: #C966E6;
}
</style>
border-color css
<style>
span { border-color: #C966E6; }
span { border-color: rgb(201,102,230); }
td.TdClassName
{
border-color: #C966E6;
}
.TagClassName
{
border-color: #C966E6;
}
</style>