#DE75E7

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

Shades of Orchid #DE75E7

Tints of Orchid #DE75E7

Color information

#DE75E7 (or 0xDE75E7) is unknown color: approx Orchid. HEX triplet: DE, 75 and E7. RGB value is (222,117,231). Sum of RGB (Red+Green+Blue) = 222+117+231=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 231 (90.62% from 255 or 40.53% from 570); Max value from RGB is 231 - color contains mainly: blue. Hex color #DE75E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE75E7 is #218A18. Grayscale: #A1A1A1. Windows color (decimal): -2198041 or 15168990. OLE color: 15168990.

HSL color Cylindrical-coordinate representation of color #DE75E7: hue angle of 295.26º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE75E7 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222117231-
CMYK0.040.4900.09
HSL295.26º70.37%68.24%-
HSV(B)295.26º49.35%90.59%-
XYZ50.9134.0279.48-
YUV161.39167.29171.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 117 (46.09% from 255) = 20.53%
BLUE value IS 231 (90.62% from 255) = 40.53%
R=38.95%
G=20.53%
B=40.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221172310.040.4900.09295.2670.3768.24
HexDE75E7431091274644
Octal336165347461011447106104
Binary110111101110101111001111001100010100110010011110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE75E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE75E7; }

 p { color: rgb(222,117,231); }

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

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

 a { background-color: rgb(222,117,231); }

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

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

 span { border-color: rgb(222,117,231); }

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