Shades of Orchid #CE68DD
Tints of Orchid #CE68DD
RGB
CMYK
RGB Variations
Color information
#CE68DD (or 0xCE68DD) is known color: Orchid. HEX triplet: CE, 68 and DD. RGB value is (206,104,221). Sum of RGB (Red+Green+Blue) = 206+104+221=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE68DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68DD is #319722. Grayscale: #939393. Windows color (decimal): -3249955 or 14510286. OLE color: 14510286.
HSL color Cylindrical-coordinate representation of color #CE68DD: hue angle of 292.31º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE68DD is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 104 | 221 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.13 |
| HSL | 292.31º | 0.63% | 0.64% | - |
| HSV(B) | 292.31º | 0.53% | 0.87% | - |
| XYZ | 43.46 | 28.24 | 71.57 | - |
| YUV | 147.84 | 169.29 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 221 | 0.07 | 0.53 | 0 | 0.13 | 292.31 | 0.63 | 0.64 |
| Hex | CE | 68 | DD | 7 | 35 | 0 | D | 124 | 3F | 40 |
| Octal | 316 | 150 | 335 | 7 | 65 | 0 | 15 | 444 | 77 | 100 |
| Binary | 11001110 | 1101000 | 11011101 | 111 | 110101 | 0 | 1101 | 100100100 | 111111 | 1000000 |
Color Harmonies of #CE68DD
Complementary color
Monochromatic Colors of #CE68DD
Black with #CE68DD
Text Example
Text Example
White with #CE68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68DD; }
p { color: rgb(206,104,221); }
H1.HeaderClassName
{
color: #CE68DD;
}
.AnyTagClassName
{
color: #CE68DD;
}
</style>
background-color css
<style>
a { background-color: #CE68DD; }
a { background-color: rgb(206,104,221); }
div.DivClassName
{
background-color: #CE68DD;
}
.BgClassName
{
background-color: #CE68DD;
}
</style>
border-color css
<style>
span { border-color: #CE68DD; }
span { border-color: rgb(206,104,221); }
td.TdClassName
{
border-color: #CE68DD;
}
.TagClassName
{
border-color: #CE68DD;
}
</style>