Shades of Orchid #CE69D9
Tints of Orchid #CE69D9
RGB
CMYK
RGB Variations
Color information
#CE69D9 (or 0xCE69D9) is known color: Orchid. HEX triplet: CE, 69 and D9. RGB value is (206,105,217). Sum of RGB (Red+Green+Blue) = 206+105+217=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE69D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69D9 is #319626. Grayscale: #939393. Windows color (decimal): -3249703 or 14248398. OLE color: 14248398.
HSL color Cylindrical-coordinate representation of color #CE69D9: hue angle of 294.11º 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 #CE69D9 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 105 | 217 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.15 |
| HSL | 294.11º | 0.6% | 0.63% | - |
| HSV(B) | 294.11º | 0.52% | 0.85% | - |
| XYZ | 43.03 | 28.23 | 68.83 | - |
| YUV | 147.97 | 166.96 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 217 | 0.05 | 0.52 | 0 | 0.15 | 294.11 | 0.6 | 0.63 |
| Hex | CE | 69 | D9 | 5 | 34 | 0 | F | 126 | 3C | 3F |
| Octal | 316 | 151 | 331 | 5 | 64 | 0 | 17 | 446 | 74 | 77 |
| Binary | 11001110 | 1101001 | 11011001 | 101 | 110100 | 0 | 1111 | 100100110 | 111100 | 111111 |
Color Harmonies of #CE69D9
Complementary color
Monochromatic Colors of #CE69D9
Black with #CE69D9
Text Example
Text Example
White with #CE69D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69D9; }
p { color: rgb(206,105,217); }
H1.HeaderClassName
{
color: #CE69D9;
}
.AnyTagClassName
{
color: #CE69D9;
}
</style>
background-color css
<style>
a { background-color: #CE69D9; }
a { background-color: rgb(206,105,217); }
div.DivClassName
{
background-color: #CE69D9;
}
.BgClassName
{
background-color: #CE69D9;
}
</style>
border-color css
<style>
span { border-color: #CE69D9; }
span { border-color: rgb(206,105,217); }
td.TdClassName
{
border-color: #CE69D9;
}
.TagClassName
{
border-color: #CE69D9;
}
</style>