Shades of Orchid #CE6DDA
Tints of Orchid #CE6DDA
RGB
CMYK
RGB Variations
Color information
#CE6DDA (or 0xCE6DDA) is known color: Orchid. HEX triplet: CE, 6D and DA. RGB value is (206,109,218). Sum of RGB (Red+Green+Blue) = 206+109+218=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE6DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6DDA is #319225. Grayscale: #969696. Windows color (decimal): -3248678 or 14314958. OLE color: 14314958.
HSL color Cylindrical-coordinate representation of color #CE6DDA: hue angle of 293.39º 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 #CE6DDA is Cyan = 0.06, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 109 | 218 | - |
| CMYK | 0.06 | 0.5 | 0 | 0.15 |
| HSL | 293.39º | 0.6% | 0.64% | - |
| HSV(B) | 293.39º | 0.5% | 0.85% | - |
| XYZ | 43.58 | 29.12 | 69.65 | - |
| YUV | 150.43 | 166.14 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 218 | 0.06 | 0.5 | 0 | 0.15 | 293.39 | 0.6 | 0.64 |
| Hex | CE | 6D | DA | 6 | 32 | 0 | F | 125 | 3C | 40 |
| Octal | 316 | 155 | 332 | 6 | 62 | 0 | 17 | 445 | 74 | 100 |
| Binary | 11001110 | 1101101 | 11011010 | 110 | 110010 | 0 | 1111 | 100100101 | 111100 | 1000000 |
Color Harmonies of #CE6DDA
Complementary color
Monochromatic Colors of #CE6DDA
Black with #CE6DDA
Text Example
Text Example
White with #CE6DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6DDA; }
p { color: rgb(206,109,218); }
H1.HeaderClassName
{
color: #CE6DDA;
}
.AnyTagClassName
{
color: #CE6DDA;
}
</style>
background-color css
<style>
a { background-color: #CE6DDA; }
a { background-color: rgb(206,109,218); }
div.DivClassName
{
background-color: #CE6DDA;
}
.BgClassName
{
background-color: #CE6DDA;
}
</style>
border-color css
<style>
span { border-color: #CE6DDA; }
span { border-color: rgb(206,109,218); }
td.TdClassName
{
border-color: #CE6DDA;
}
.TagClassName
{
border-color: #CE6DDA;
}
</style>