Shades of Orchid #CE68E6
Tints of Orchid #CE68E6
RGB
CMYK
RGB Variations
Color information
#CE68E6 (or 0xCE68E6) is known color: Orchid. HEX triplet: CE, 68 and E6. RGB value is (206,104,230). Sum of RGB (Red+Green+Blue) = 206+104+230=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 104 (41.02% from 255 or 19.26% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE68E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE68E6 is #319719. Grayscale: #949494. Windows color (decimal): -3249946 or 15100110. OLE color: 15100110.
HSL color Cylindrical-coordinate representation of color #CE68E6: hue angle of 288.57º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE68E6 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 104 | 230 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.10 |
| HSL | 288.57º | 0.72% | 0.65% | - |
| HSV(B) | 288.57º | 0.55% | 0.9% | - |
| XYZ | 44.69 | 28.74 | 78.05 | - |
| YUV | 148.86 | 173.79 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 230 | 0.10 | 0.55 | 0 | 0.10 | 288.57 | 0.72 | 0.65 |
| Hex | CE | 68 | E6 | A | 37 | 0 | A | 121 | 48 | 41 |
| Octal | 316 | 150 | 346 | 12 | 67 | 0 | 12 | 441 | 110 | 101 |
| Binary | 11001110 | 1101000 | 11100110 | 1010 | 110111 | 0 | 1010 | 100100001 | 1001000 | 1000001 |
Color Harmonies of #CE68E6
Complementary color
Monochromatic Colors of #CE68E6
Black with #CE68E6
Text Example
Text Example
White with #CE68E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68E6; }
p { color: rgb(206,104,230); }
H1.HeaderClassName
{
color: #CE68E6;
}
.AnyTagClassName
{
color: #CE68E6;
}
</style>
background-color css
<style>
a { background-color: #CE68E6; }
a { background-color: rgb(206,104,230); }
div.DivClassName
{
background-color: #CE68E6;
}
.BgClassName
{
background-color: #CE68E6;
}
</style>
border-color css
<style>
span { border-color: #CE68E6; }
span { border-color: rgb(206,104,230); }
td.TdClassName
{
border-color: #CE68E6;
}
.TagClassName
{
border-color: #CE68E6;
}
</style>