Shades of Orchid #C96DDA
Tints of Orchid #C96DDA
RGB
CMYK
RGB Variations
Color information
#C96DDA (or 0xC96DDA) is known color: Orchid. HEX triplet: C9, 6D and DA. RGB value is (201,109,218). Sum of RGB (Red+Green+Blue) = 201+109+218=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #C96DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96DDA is #369225. Grayscale: #949494. Windows color (decimal): -3576358 or 14314953. OLE color: 14314953.
HSL color Cylindrical-coordinate representation of color #C96DDA: hue angle of 290.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C96DDA is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 109 | 218 | - |
| CMYK | 0.08 | 0.5 | 0 | 0.15 |
| HSL | 290.64º | 0.6% | 0.64% | - |
| HSV(B) | 290.64º | 0.5% | 0.85% | - |
| XYZ | 42.21 | 28.42 | 69.59 | - |
| YUV | 148.93 | 166.98 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 109 | 218 | 0.08 | 0.5 | 0 | 0.15 | 290.64 | 0.6 | 0.64 |
| Hex | C9 | 6D | DA | 8 | 32 | 0 | F | 123 | 3C | 40 |
| Octal | 311 | 155 | 332 | 10 | 62 | 0 | 17 | 443 | 74 | 100 |
| Binary | 11001001 | 1101101 | 11011010 | 1000 | 110010 | 0 | 1111 | 100100011 | 111100 | 1000000 |
Color Harmonies of #C96DDA
Complementary color
Monochromatic Colors of #C96DDA
Black with #C96DDA
Text Example
Text Example
White with #C96DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96DDA; }
p { color: rgb(201,109,218); }
H1.HeaderClassName
{
color: #C96DDA;
}
.AnyTagClassName
{
color: #C96DDA;
}
</style>
background-color css
<style>
a { background-color: #C96DDA; }
a { background-color: rgb(201,109,218); }
div.DivClassName
{
background-color: #C96DDA;
}
.BgClassName
{
background-color: #C96DDA;
}
</style>
border-color css
<style>
span { border-color: #C96DDA; }
span { border-color: rgb(201,109,218); }
td.TdClassName
{
border-color: #C96DDA;
}
.TagClassName
{
border-color: #C96DDA;
}
</style>