#DE7CE1

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

Shades of Orchid #DE7CE1

Tints of Orchid #DE7CE1

Color information

#DE7CE1 (or 0xDE7CE1) is unknown color: approx Orchid. HEX triplet: DE, 7C and E1. RGB value is (222,124,225). Sum of RGB (Red+Green+Blue) = 222+124+225=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 124 (48.83% from 255 or 21.72% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE7CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7CE1 is #21831E. Grayscale: #A4A4A4. Windows color (decimal): -2196255 or 14777566. OLE color: 14777566.

HSL color Cylindrical-coordinate representation of color #DE7CE1: hue angle of 298.22º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7CE1 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222124225-
CMYK0.010.4500.12
HSL298.22º62.73%68.43%-
HSV(B)298.22º44.89%88.24%-
XYZ50.9235.3875.38-
YUV164.82161.97168.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 124 (48.83% from 255) = 21.72%
BLUE value IS 225 (88.28% from 255) = 39.40%
R=38.88%
G=21.72%
B=39.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221242250.010.4500.12298.2262.7368.43
HexDE7CE112D0C12a3f44
Octal33617434115501445277104
Binary110111101111100111000011101101011001001010101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7CE1; }

 p { color: rgb(222,124,225); }

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

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

 a { background-color: rgb(222,124,225); }

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

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

 span { border-color: rgb(222,124,225); }

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