#DE67E9

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

Shades of Orchid #DE67E9

Tints of Orchid #DE67E9

Color information

#DE67E9 (or 0xDE67E9) is unknown color: approx Orchid. HEX triplet: DE, 67 and E9. RGB value is (222,103,233). Sum of RGB (Red+Green+Blue) = 222+103+233=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 103 (40.62% from 255 or 18.46% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 233 - color contains mainly: blue. Hex color #DE67E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE67E9 is #219816. Grayscale: #999999. Windows color (decimal): -2201623 or 15296478. OLE color: 15296478.

HSL color Cylindrical-coordinate representation of color #DE67E9: hue angle of 294.92º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE67E9 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222103233-
CMYK0.050.5600.09
HSL294.92º74.71%65.88%-
HSV(B)294.92º55.79%91.37%-
XYZ49.6831.1180.48-
YUV153.4172.92176.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.78%
GREEN value IS 103 (40.62% from 255) = 18.46%
BLUE value IS 233 (91.41% from 255) = 41.76%
R=39.78%
G=18.46%
B=41.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221032330.050.5600.09294.9274.7165.88
HexDE67E9538091274b42
Octal336147351570011447113102
Binary110111101100111111010011011110000100110010011110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE67E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE67E9; }

 p { color: rgb(222,103,233); }

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

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

 a { background-color: rgb(222,103,233); }

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

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

 span { border-color: rgb(222,103,233); }

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