Shades of Orchid #C969DA
Tints of Orchid #C969DA
RGB
CMYK
RGB Variations
Color information
#C969DA (or 0xC969DA) is known color: Orchid. HEX triplet: C9, 69 and DA. RGB value is (201,105,218). Sum of RGB (Red+Green+Blue) = 201+105+218=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #C969DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C969DA is #369625. Grayscale: #929292. Windows color (decimal): -3577382 or 14313929. OLE color: 14313929.
HSL color Cylindrical-coordinate representation of color #C969DA: hue angle of 290.97º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C969DA is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 105 | 218 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.15 |
| HSL | 290.97º | 0.6% | 0.63% | - |
| HSV(B) | 290.97º | 0.52% | 0.85% | - |
| XYZ | 41.79 | 27.58 | 69.45 | - |
| YUV | 146.59 | 168.3 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 105 | 218 | 0.08 | 0.52 | 0 | 0.15 | 290.97 | 0.6 | 0.63 |
| Hex | C9 | 69 | DA | 8 | 34 | 0 | F | 123 | 3C | 3F |
| Octal | 311 | 151 | 332 | 10 | 64 | 0 | 17 | 443 | 74 | 77 |
| Binary | 11001001 | 1101001 | 11011010 | 1000 | 110100 | 0 | 1111 | 100100011 | 111100 | 111111 |
Color Harmonies of #C969DA
Complementary color
Monochromatic Colors of #C969DA
Black with #C969DA
Text Example
Text Example
White with #C969DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C969DA; }
p { color: rgb(201,105,218); }
H1.HeaderClassName
{
color: #C969DA;
}
.AnyTagClassName
{
color: #C969DA;
}
</style>
background-color css
<style>
a { background-color: #C969DA; }
a { background-color: rgb(201,105,218); }
div.DivClassName
{
background-color: #C969DA;
}
.BgClassName
{
background-color: #C969DA;
}
</style>
border-color css
<style>
span { border-color: #C969DA; }
span { border-color: rgb(201,105,218); }
td.TdClassName
{
border-color: #C969DA;
}
.TagClassName
{
border-color: #C969DA;
}
</style>