Shades of Orchid #CE6FDD
Tints of Orchid #CE6FDD
RGB
CMYK
RGB Variations
Color information
#CE6FDD (or 0xCE6FDD) is known color: Orchid. HEX triplet: CE, 6F and DD. RGB value is (206,111,221). Sum of RGB (Red+Green+Blue) = 206+111+221=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE6FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FDD is #319022. Grayscale: #979797. Windows color (decimal): -3248163 or 14512078. OLE color: 14512078.
HSL color Cylindrical-coordinate representation of color #CE6FDD: hue angle of 291.82º degrees, saturation: 0.62, 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 #CE6FDD is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 111 | 221 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.13 |
| HSL | 291.82º | 0.62% | 0.65% | - |
| HSV(B) | 291.82º | 0.5% | 0.87% | - |
| XYZ | 44.19 | 29.71 | 71.81 | - |
| YUV | 151.95 | 166.97 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 221 | 0.07 | 0.50 | 0 | 0.13 | 291.82 | 0.62 | 0.65 |
| Hex | CE | 6F | DD | 7 | 32 | 0 | D | 124 | 3E | 41 |
| Octal | 316 | 157 | 335 | 7 | 62 | 0 | 15 | 444 | 76 | 101 |
| Binary | 11001110 | 1101111 | 11011101 | 111 | 110010 | 0 | 1101 | 100100100 | 111110 | 1000001 |
Color Harmonies of #CE6FDD
Complementary color
Monochromatic Colors of #CE6FDD
Black with #CE6FDD
Text Example
Text Example
White with #CE6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6FDD; }
p { color: rgb(206,111,221); }
H1.HeaderClassName
{
color: #CE6FDD;
}
.AnyTagClassName
{
color: #CE6FDD;
}
</style>
background-color css
<style>
a { background-color: #CE6FDD; }
a { background-color: rgb(206,111,221); }
div.DivClassName
{
background-color: #CE6FDD;
}
.BgClassName
{
background-color: #CE6FDD;
}
</style>
border-color css
<style>
span { border-color: #CE6FDD; }
span { border-color: rgb(206,111,221); }
td.TdClassName
{
border-color: #CE6FDD;
}
.TagClassName
{
border-color: #CE6FDD;
}
</style>