#DE69E4

Color #DE69E4 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #DE69E4

Tints of Orchid #DE69E4

Color information

#DE69E4 (or 0xDE69E4) is unknown color: approx Orchid. HEX triplet: DE, 69 and E4. RGB value is (222,105,228). Sum of RGB (Red+Green+Blue) = 222+105+228=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 105 (41.41% from 255 or 18.92% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 228 - color contains mainly: blue. Hex color #DE69E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE69E4 is #21961B. Grayscale: #999999. Windows color (decimal): -2201116 or 14969310. OLE color: 14969310.

HSL color Cylindrical-coordinate representation of color #DE69E4: hue angle of 297.07º 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 #DE69E4 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222105228-
CMYK0.030.5400.11
HSL297.07º69.49%65.29%-
HSV(B)297.07º53.95%89.41%-
XYZ49.1831.2376.84-
YUV154169.76176.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 40%
GREEN value IS 105 (41.41% from 255) = 18.92%
BLUE value IS 228 (89.45% from 255) = 41.08%
R=40%
G=18.92%
B=41.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221052280.030.5400.11297.0769.4965.29
HexDE69E43360B1294541
Octal336151344366013451105101
Binary11011110110100111100100111101100101110010100110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE69E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE69E4; }

 p { color: rgb(222,105,228); }

 H1.HeaderClassName
 {
   color: #DE69E4;
 }
 .AnyTagClassName
 {
   color: #DE69E4;
 }
</style>
background-color css

<style>
 a { background-color: #DE69E4; }

 a { background-color: rgb(222,105,228); }

 div.DivClassName
 {
   background-color: #DE69E4;
 }
 .BgClassName
 {
   background-color: #DE69E4;
 }
</style>
border-color css

<style>
 span { border-color: #DE69E4; }

 span { border-color: rgb(222,105,228); }

 td.TdClassName
 {
   border-color: #DE69E4;
 }
 .TagClassName
 {
   border-color: #DE69E4;
 }
</style>