#DE6FEA

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

Shades of Orchid #DE6FEA

Tints of Orchid #DE6FEA

Color information

#DE6FEA (or 0xDE6FEA) is unknown color: approx Orchid. HEX triplet: DE, 6F and EA. RGB value is (222,111,234). Sum of RGB (Red+Green+Blue) = 222+111+234=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE6FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6FEA is #219015. Grayscale: #9D9D9D. Windows color (decimal): -2199574 or 15364062. OLE color: 15364062.

HSL color Cylindrical-coordinate representation of color #DE6FEA: hue angle of 294.15º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE6FEA is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB222111234-
CMYK0.050.5300.08
HSL294.15º74.55%67.65%-
HSV(B)294.15º52.56%91.76%-
XYZ50.6632.8481.51-
YUV158.21170.77173.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.15%
GREEN value IS 111 (43.75% from 255) = 19.58%
BLUE value IS 234 (91.80% from 255) = 41.27%
R=39.15%
G=19.58%
B=41.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2221112340.050.5300.08294.1574.5567.65
HexDE6FEA535081264b44
Octal336157352565010446113104
Binary110111101101111111010101011101010100010010011010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6FEA; }

 p { color: rgb(222,111,234); }

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

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

 a { background-color: rgb(222,111,234); }

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

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

 span { border-color: rgb(222,111,234); }

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