Shades of Medium Orchid #C968E8
Tints of Medium Orchid #C968E8
RGB
CMYK
RGB Variations
Color information
#C968E8 (or 0xC968E8) is known color: Medium Orchid. HEX triplet: C9, 68 and E8. RGB value is (201,104,232). Sum of RGB (Red+Green+Blue) = 201+104+232=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 232 (91.02% from 255 or 43.20% from 537); Max value from RGB is 232 - color contains mainly: blue. Hex color #C968E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C968E8 is #369717. Grayscale: #939393. Windows color (decimal): -3577624 or 15231177. OLE color: 15231177.
HSL color Cylindrical-coordinate representation of color #C968E8: hue angle of 285.47º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C968E8 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 104 | 232 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.09 |
| HSL | 285.47º | 0.74% | 0.66% | - |
| HSV(B) | 285.47º | 0.55% | 0.91% | - |
| XYZ | 43.6 | 28.14 | 79.48 | - |
| YUV | 147.6 | 175.64 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 232 | 0.13 | 0.55 | 0 | 0.09 | 285.47 | 0.74 | 0.66 |
| Hex | C9 | 68 | E8 | D | 37 | 0 | 9 | 11D | 4A | 42 |
| Octal | 311 | 150 | 350 | 15 | 67 | 0 | 11 | 435 | 112 | 102 |
| Binary | 11001001 | 1101000 | 11101000 | 1101 | 110111 | 0 | 1001 | 100011101 | 1001010 | 1000010 |
Color Harmonies of #C968E8
Complementary color
Monochromatic Colors of #C968E8
Black with #C968E8
Text Example
Text Example
White with #C968E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C968E8; }
p { color: rgb(201,104,232); }
H1.HeaderClassName
{
color: #C968E8;
}
.AnyTagClassName
{
color: #C968E8;
}
</style>
background-color css
<style>
a { background-color: #C968E8; }
a { background-color: rgb(201,104,232); }
div.DivClassName
{
background-color: #C968E8;
}
.BgClassName
{
background-color: #C968E8;
}
</style>
border-color css
<style>
span { border-color: #C968E8; }
span { border-color: rgb(201,104,232); }
td.TdClassName
{
border-color: #C968E8;
}
.TagClassName
{
border-color: #C968E8;
}
</style>