#DE7DDC

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

Shades of Orchid #DE7DDC

Tints of Orchid #DE7DDC

Color information

#DE7DDC (or 0xDE7DDC) is unknown color: approx Orchid. HEX triplet: DE, 7D and DC. RGB value is (222,125,220). Sum of RGB (Red+Green+Blue) = 222+125+220=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE7DDC is #218223. Grayscale: #A4A4A4. Windows color (decimal): -2196004 or 14450142. OLE color: 14450142.

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

Color convert

RGB222125220-
CMYK00.440.010.13
HSL301.24º59.51%68.04%-
HSV(B)301.24º43.69%87.06%-
XYZ50.3835.3671.88-
YUV164.83159.14168.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.15%
GREEN value IS 125 (49.22% from 255) = 22.05%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=39.15%
G=22.05%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212522000.440.010.13301.2459.5168.04
HexDE7DDC02C1D12d3c44
Octal33617533405411545574104
Binary110111101111101110111000101100111011001011011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7DDC; }

 p { color: rgb(222,125,220); }

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

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

 a { background-color: rgb(222,125,220); }

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

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

 span { border-color: rgb(222,125,220); }

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