Shades of Orchid #CE6FDE
Tints of Orchid #CE6FDE
RGB
CMYK
RGB Variations
Color information
#CE6FDE (or 0xCE6FDE) is known color: Orchid. HEX triplet: CE, 6F and DE. RGB value is (206,111,222). Sum of RGB (Red+Green+Blue) = 206+111+222=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE6FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FDE is #319021. Grayscale: #979797. Windows color (decimal): -3248162 or 14577614. OLE color: 14577614.
HSL color Cylindrical-coordinate representation of color #CE6FDE: hue angle of 291.35º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE6FDE is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 111 | 222 | - |
| CMYK | 0.07 | 0.5 | 0 | 0.13 |
| HSL | 291.35º | 0.63% | 0.65% | - |
| HSV(B) | 291.35º | 0.5% | 0.87% | - |
| XYZ | 44.32 | 29.76 | 72.52 | - |
| YUV | 152.06 | 167.47 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 222 | 0.07 | 0.5 | 0 | 0.13 | 291.35 | 0.63 | 0.65 |
| Hex | CE | 6F | DE | 7 | 32 | 0 | D | 123 | 3F | 41 |
| Octal | 316 | 157 | 336 | 7 | 62 | 0 | 15 | 443 | 77 | 101 |
| Binary | 11001110 | 1101111 | 11011110 | 111 | 110010 | 0 | 1101 | 100100011 | 111111 | 1000001 |
Color Harmonies of #CE6FDE
Complementary color
Monochromatic Colors of #CE6FDE
Black with #CE6FDE
Text Example
Text Example
White with #CE6FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6FDE; }
p { color: rgb(206,111,222); }
H1.HeaderClassName
{
color: #CE6FDE;
}
.AnyTagClassName
{
color: #CE6FDE;
}
</style>
background-color css
<style>
a { background-color: #CE6FDE; }
a { background-color: rgb(206,111,222); }
div.DivClassName
{
background-color: #CE6FDE;
}
.BgClassName
{
background-color: #CE6FDE;
}
</style>
border-color css
<style>
span { border-color: #CE6FDE; }
span { border-color: rgb(206,111,222); }
td.TdClassName
{
border-color: #CE6FDE;
}
.TagClassName
{
border-color: #CE6FDE;
}
</style>