Shades of Orchid #C96DE6
Tints of Orchid #C96DE6
RGB
CMYK
RGB Variations
Color information
#C96DE6 (or 0xC96DE6) is known color: Orchid. HEX triplet: C9, 6D and E6. RGB value is (201,109,230). Sum of RGB (Red+Green+Blue) = 201+109+230=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #C96DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96DE6 is #369219. Grayscale: #959595. Windows color (decimal): -3576346 or 15101385. OLE color: 15101385.
HSL color Cylindrical-coordinate representation of color #C96DE6: hue angle of 285.62º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C96DE6 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 109 | 230 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.10 |
| HSL | 285.62º | 0.71% | 0.66% | - |
| HSV(B) | 285.62º | 0.53% | 0.9% | - |
| XYZ | 43.84 | 29.07 | 78.16 | - |
| YUV | 150.3 | 172.98 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 230 | 0.13 | 0.53 | 0 | 0.10 | 285.62 | 0.71 | 0.66 |
| Hex | C9 | 6D | E6 | D | 35 | 0 | A | 11E | 47 | 42 |
| Octal | 311 | 155 | 346 | 15 | 65 | 0 | 12 | 436 | 107 | 102 |
| Binary | 11001001 | 1101101 | 11100110 | 1101 | 110101 | 0 | 1010 | 100011110 | 1000111 | 1000010 |
Color Harmonies of #C96DE6
Complementary color
Monochromatic Colors of #C96DE6
Black with #C96DE6
Text Example
Text Example
White with #C96DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96DE6; }
p { color: rgb(201,109,230); }
H1.HeaderClassName
{
color: #C96DE6;
}
.AnyTagClassName
{
color: #C96DE6;
}
</style>
background-color css
<style>
a { background-color: #C96DE6; }
a { background-color: rgb(201,109,230); }
div.DivClassName
{
background-color: #C96DE6;
}
.BgClassName
{
background-color: #C96DE6;
}
</style>
border-color css
<style>
span { border-color: #C96DE6; }
span { border-color: rgb(201,109,230); }
td.TdClassName
{
border-color: #C96DE6;
}
.TagClassName
{
border-color: #C96DE6;
}
</style>