Shades of Orchid #CE69DA
Tints of Orchid #CE69DA
RGB
CMYK
RGB Variations
Color information
#CE69DA (or 0xCE69DA) is known color: Orchid. HEX triplet: CE, 69 and DA. RGB value is (206,105,218). Sum of RGB (Red+Green+Blue) = 206+105+218=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE69DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69DA is #319625. Grayscale: #939393. Windows color (decimal): -3249702 or 14313934. OLE color: 14313934.
HSL color Cylindrical-coordinate representation of color #CE69DA: hue angle of 293.63º 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 #CE69DA is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 105 | 218 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.15 |
| HSL | 293.63º | 0.6% | 0.63% | - |
| HSV(B) | 293.63º | 0.52% | 0.85% | - |
| XYZ | 43.16 | 28.29 | 69.51 | - |
| YUV | 148.08 | 167.46 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 218 | 0.06 | 0.52 | 0 | 0.15 | 293.63 | 0.6 | 0.63 |
| Hex | CE | 69 | DA | 6 | 34 | 0 | F | 126 | 3C | 3F |
| Octal | 316 | 151 | 332 | 6 | 64 | 0 | 17 | 446 | 74 | 77 |
| Binary | 11001110 | 1101001 | 11011010 | 110 | 110100 | 0 | 1111 | 100100110 | 111100 | 111111 |
Color Harmonies of #CE69DA
Complementary color
Monochromatic Colors of #CE69DA
Black with #CE69DA
Text Example
Text Example
White with #CE69DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69DA; }
p { color: rgb(206,105,218); }
H1.HeaderClassName
{
color: #CE69DA;
}
.AnyTagClassName
{
color: #CE69DA;
}
</style>
background-color css
<style>
a { background-color: #CE69DA; }
a { background-color: rgb(206,105,218); }
div.DivClassName
{
background-color: #CE69DA;
}
.BgClassName
{
background-color: #CE69DA;
}
</style>
border-color css
<style>
span { border-color: #CE69DA; }
span { border-color: rgb(206,105,218); }
td.TdClassName
{
border-color: #CE69DA;
}
.TagClassName
{
border-color: #CE69DA;
}
</style>