Shades of Orchid #CE68E2
Tints of Orchid #CE68E2
RGB
CMYK
RGB Variations
Color information
#CE68E2 (or 0xCE68E2) is known color: Orchid. HEX triplet: CE, 68 and E2. RGB value is (206,104,226). Sum of RGB (Red+Green+Blue) = 206+104+226=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 226 (88.67% from 255 or 42.16% from 536); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE68E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68E2 is #31971D. Grayscale: #949494. Windows color (decimal): -3249950 or 14837966. OLE color: 14837966.
HSL color Cylindrical-coordinate representation of color #CE68E2: hue angle of 290.16º degrees, saturation: 0.68, 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 #CE68E2 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 104 | 226 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.11 |
| HSL | 290.16º | 0.68% | 0.65% | - |
| HSV(B) | 290.16º | 0.54% | 0.89% | - |
| XYZ | 44.13 | 28.51 | 75.13 | - |
| YUV | 148.41 | 171.79 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 226 | 0.09 | 0.54 | 0 | 0.11 | 290.16 | 0.68 | 0.65 |
| Hex | CE | 68 | E2 | 9 | 36 | 0 | B | 122 | 44 | 41 |
| Octal | 316 | 150 | 342 | 11 | 66 | 0 | 13 | 442 | 104 | 101 |
| Binary | 11001110 | 1101000 | 11100010 | 1001 | 110110 | 0 | 1011 | 100100010 | 1000100 | 1000001 |
Color Harmonies of #CE68E2
Complementary color
Monochromatic Colors of #CE68E2
Black with #CE68E2
Text Example
Text Example
White with #CE68E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68E2; }
p { color: rgb(206,104,226); }
H1.HeaderClassName
{
color: #CE68E2;
}
.AnyTagClassName
{
color: #CE68E2;
}
</style>
background-color css
<style>
a { background-color: #CE68E2; }
a { background-color: rgb(206,104,226); }
div.DivClassName
{
background-color: #CE68E2;
}
.BgClassName
{
background-color: #CE68E2;
}
</style>
border-color css
<style>
span { border-color: #CE68E2; }
span { border-color: rgb(206,104,226); }
td.TdClassName
{
border-color: #CE68E2;
}
.TagClassName
{
border-color: #CE68E2;
}
</style>