Shades of Orchid #C96BE3
Tints of Orchid #C96BE3
RGB
CMYK
RGB Variations
Color information
#C96BE3 (or 0xC96BE3) is known color: Orchid. HEX triplet: C9, 6B and E3. RGB value is (201,107,227). Sum of RGB (Red+Green+Blue) = 201+107+227=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 227 (89.06% from 255 or 42.43% from 535); Max value from RGB is 227 - color contains mainly: blue. Hex color #C96BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96BE3 is #36941C. Grayscale: #949494. Windows color (decimal): -3576861 or 14904265. OLE color: 14904265.
HSL color Cylindrical-coordinate representation of color #C96BE3: hue angle of 287º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C96BE3 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 107 | 227 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.11 |
| HSL | 287º | 0.68% | 0.65% | - |
| HSV(B) | 287º | 0.53% | 0.89% | - |
| XYZ | 43.21 | 28.48 | 75.89 | - |
| YUV | 148.79 | 172.14 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 227 | 0.11 | 0.53 | 0 | 0.11 | 287 | 0.68 | 0.65 |
| Hex | C9 | 6B | E3 | B | 35 | 0 | B | 11F | 44 | 41 |
| Octal | 311 | 153 | 343 | 13 | 65 | 0 | 13 | 437 | 104 | 101 |
| Binary | 11001001 | 1101011 | 11100011 | 1011 | 110101 | 0 | 1011 | 100011111 | 1000100 | 1000001 |
Color Harmonies of #C96BE3
Complementary color
Monochromatic Colors of #C96BE3
Black with #C96BE3
Text Example
Text Example
White with #C96BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96BE3; }
p { color: rgb(201,107,227); }
H1.HeaderClassName
{
color: #C96BE3;
}
.AnyTagClassName
{
color: #C96BE3;
}
</style>
background-color css
<style>
a { background-color: #C96BE3; }
a { background-color: rgb(201,107,227); }
div.DivClassName
{
background-color: #C96BE3;
}
.BgClassName
{
background-color: #C96BE3;
}
</style>
border-color css
<style>
span { border-color: #C96BE3; }
span { border-color: rgb(201,107,227); }
td.TdClassName
{
border-color: #C96BE3;
}
.TagClassName
{
border-color: #C96BE3;
}
</style>