#DE7FD2

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

Shades of Orchid #DE7FD2

Tints of Orchid #DE7FD2

Color information

#DE7FD2 (or 0xDE7FD2) is unknown color: approx Orchid. HEX triplet: DE, 7F and D2. RGB value is (222,127,210). Sum of RGB (Red+Green+Blue) = 222+127+210=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7FD2 is #21802D. Grayscale: #A4A4A4. Windows color (decimal): -2195502 or 13795294. OLE color: 13795294.

HSL color Cylindrical-coordinate representation of color #DE7FD2: hue angle of 307.58º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DE7FD2 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB222127210-
CMYK00.430.050.13
HSL307.58º59.01%68.43%-
HSV(B)307.58º42.79%87.06%-
XYZ49.3535.3665.2-
YUV164.87153.47168.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.71%
GREEN value IS 127 (50% from 255) = 22.72%
BLUE value IS 210 (82.42% from 255) = 37.57%
R=39.71%
G=22.72%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212721000.430.050.13307.5859.0168.43
HexDE7FD202B5D1343b44
Octal33617732205351546473104
Binary11011110111111111010010010101110111011001101001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7FD2; }

 p { color: rgb(222,127,210); }

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

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

 a { background-color: rgb(222,127,210); }

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

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

 span { border-color: rgb(222,127,210); }

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