Shades of Orchid #CE68E4
Tints of Orchid #CE68E4
RGB
CMYK
RGB Variations
Color information
#CE68E4 (or 0xCE68E4) is known color: Orchid. HEX triplet: CE, 68 and E4. RGB value is (206,104,228). Sum of RGB (Red+Green+Blue) = 206+104+228=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 104 (41.02% from 255 or 19.33% from 538); Blue value is 228 (89.45% from 255 or 42.38% from 538); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE68E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68E4 is #31971B. Grayscale: #949494. Windows color (decimal): -3249948 or 14969038. OLE color: 14969038.
HSL color Cylindrical-coordinate representation of color #CE68E4: hue angle of 289.35º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE68E4 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 104 | 228 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.11 |
| HSL | 289.35º | 0.7% | 0.65% | - |
| HSV(B) | 289.35º | 0.54% | 0.89% | - |
| XYZ | 44.41 | 28.62 | 76.58 | - |
| YUV | 148.63 | 172.79 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 228 | 0.10 | 0.54 | 0 | 0.11 | 289.35 | 0.7 | 0.65 |
| Hex | CE | 68 | E4 | A | 36 | 0 | B | 121 | 46 | 41 |
| Octal | 316 | 150 | 344 | 12 | 66 | 0 | 13 | 441 | 106 | 101 |
| Binary | 11001110 | 1101000 | 11100100 | 1010 | 110110 | 0 | 1011 | 100100001 | 1000110 | 1000001 |
Color Harmonies of #CE68E4
Complementary color
Monochromatic Colors of #CE68E4
Black with #CE68E4
Text Example
Text Example
White with #CE68E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68E4; }
p { color: rgb(206,104,228); }
H1.HeaderClassName
{
color: #CE68E4;
}
.AnyTagClassName
{
color: #CE68E4;
}
</style>
background-color css
<style>
a { background-color: #CE68E4; }
a { background-color: rgb(206,104,228); }
div.DivClassName
{
background-color: #CE68E4;
}
.BgClassName
{
background-color: #CE68E4;
}
</style>
border-color css
<style>
span { border-color: #CE68E4; }
span { border-color: rgb(206,104,228); }
td.TdClassName
{
border-color: #CE68E4;
}
.TagClassName
{
border-color: #CE68E4;
}
</style>