Shades of Medium Orchid #C969E6
Tints of Medium Orchid #C969E6
RGB
CMYK
RGB Variations
Color information
#C969E6 (or 0xC969E6) is known color: Medium Orchid. HEX triplet: C9, 69 and E6. RGB value is (201,105,230). Sum of RGB (Red+Green+Blue) = 201+105+230=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #C969E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C969E6 is #369619. Grayscale: #939393. Windows color (decimal): -3577370 or 15100361. OLE color: 15100361.
HSL color Cylindrical-coordinate representation of color #C969E6: hue angle of 286.08º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C969E6 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 105 | 230 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.10 |
| HSL | 286.08º | 0.71% | 0.66% | - |
| HSV(B) | 286.08º | 0.54% | 0.9% | - |
| XYZ | 43.42 | 28.23 | 78.02 | - |
| YUV | 147.95 | 174.3 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 105 | 230 | 0.13 | 0.54 | 0 | 0.10 | 286.08 | 0.71 | 0.66 |
| Hex | C9 | 69 | E6 | D | 36 | 0 | A | 11E | 47 | 42 |
| Octal | 311 | 151 | 346 | 15 | 66 | 0 | 12 | 436 | 107 | 102 |
| Binary | 11001001 | 1101001 | 11100110 | 1101 | 110110 | 0 | 1010 | 100011110 | 1000111 | 1000010 |
Color Harmonies of #C969E6
Complementary color
Monochromatic Colors of #C969E6
Black with #C969E6
Text Example
Text Example
White with #C969E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C969E6; }
p { color: rgb(201,105,230); }
H1.HeaderClassName
{
color: #C969E6;
}
.AnyTagClassName
{
color: #C969E6;
}
</style>
background-color css
<style>
a { background-color: #C969E6; }
a { background-color: rgb(201,105,230); }
div.DivClassName
{
background-color: #C969E6;
}
.BgClassName
{
background-color: #C969E6;
}
</style>
border-color css
<style>
span { border-color: #C969E6; }
span { border-color: rgb(201,105,230); }
td.TdClassName
{
border-color: #C969E6;
}
.TagClassName
{
border-color: #C969E6;
}
</style>