Shades of Orchid #CE69E7
Tints of Orchid #CE69E7
RGB
CMYK
RGB Variations
Color information
#CE69E7 (or 0xCE69E7) is known color: Orchid. HEX triplet: CE, 69 and E7. RGB value is (206,105,231). Sum of RGB (Red+Green+Blue) = 206+105+231=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 231 (90.62% from 255 or 42.62% from 542); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE69E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE69E7 is #319618. Grayscale: #959595. Windows color (decimal): -3249689 or 15165902. OLE color: 15165902.
HSL color Cylindrical-coordinate representation of color #CE69E7: hue angle of 288.1º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE69E7 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 105 | 231 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.09 |
| HSL | 288.1º | 0.72% | 0.66% | - |
| HSV(B) | 288.1º | 0.55% | 0.91% | - |
| XYZ | 44.93 | 28.99 | 78.83 | - |
| YUV | 149.56 | 173.96 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 231 | 0.11 | 0.55 | 0 | 0.09 | 288.1 | 0.72 | 0.66 |
| Hex | CE | 69 | E7 | B | 37 | 0 | 9 | 120 | 48 | 42 |
| Octal | 316 | 151 | 347 | 13 | 67 | 0 | 11 | 440 | 110 | 102 |
| Binary | 11001110 | 1101001 | 11100111 | 1011 | 110111 | 0 | 1001 | 100100000 | 1001000 | 1000010 |
Color Harmonies of #CE69E7
Complementary color
Monochromatic Colors of #CE69E7
Black with #CE69E7
Text Example
Text Example
White with #CE69E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69E7; }
p { color: rgb(206,105,231); }
H1.HeaderClassName
{
color: #CE69E7;
}
.AnyTagClassName
{
color: #CE69E7;
}
</style>
background-color css
<style>
a { background-color: #CE69E7; }
a { background-color: rgb(206,105,231); }
div.DivClassName
{
background-color: #CE69E7;
}
.BgClassName
{
background-color: #CE69E7;
}
</style>
border-color css
<style>
span { border-color: #CE69E7; }
span { border-color: rgb(206,105,231); }
td.TdClassName
{
border-color: #CE69E7;
}
.TagClassName
{
border-color: #CE69E7;
}
</style>