Shades of Orchid #CE69E4
Tints of Orchid #CE69E4
RGB
CMYK
RGB Variations
Color information
#CE69E4 (or 0xCE69E4) is known color: Orchid. HEX triplet: CE, 69 and E4. RGB value is (206,105,228). Sum of RGB (Red+Green+Blue) = 206+105+228=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE69E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69E4 is #31961B. Grayscale: #949494. Windows color (decimal): -3249692 or 14969294. OLE color: 14969294.
HSL color Cylindrical-coordinate representation of color #CE69E4: hue angle of 289.27º degrees, saturation: 0.69, 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 #CE69E4 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 105 | 228 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.11 |
| HSL | 289.27º | 0.69% | 0.65% | - |
| HSV(B) | 289.27º | 0.54% | 0.89% | - |
| XYZ | 44.51 | 28.83 | 76.62 | - |
| YUV | 149.22 | 172.46 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 228 | 0.10 | 0.54 | 0 | 0.11 | 289.27 | 0.69 | 0.65 |
| Hex | CE | 69 | E4 | A | 36 | 0 | B | 121 | 45 | 41 |
| Octal | 316 | 151 | 344 | 12 | 66 | 0 | 13 | 441 | 105 | 101 |
| Binary | 11001110 | 1101001 | 11100100 | 1010 | 110110 | 0 | 1011 | 100100001 | 1000101 | 1000001 |
Color Harmonies of #CE69E4
Complementary color
Monochromatic Colors of #CE69E4
Black with #CE69E4
Text Example
Text Example
White with #CE69E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69E4; }
p { color: rgb(206,105,228); }
H1.HeaderClassName
{
color: #CE69E4;
}
.AnyTagClassName
{
color: #CE69E4;
}
</style>
background-color css
<style>
a { background-color: #CE69E4; }
a { background-color: rgb(206,105,228); }
div.DivClassName
{
background-color: #CE69E4;
}
.BgClassName
{
background-color: #CE69E4;
}
</style>
border-color css
<style>
span { border-color: #CE69E4; }
span { border-color: rgb(206,105,228); }
td.TdClassName
{
border-color: #CE69E4;
}
.TagClassName
{
border-color: #CE69E4;
}
</style>