#DC7DE0

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

Shades of Orchid #DC7DE0

Tints of Orchid #DC7DE0

Color information

#DC7DE0 (or 0xDC7DE0) is unknown color: approx Orchid. HEX triplet: DC, 7D and E0. RGB value is (220,125,224). Sum of RGB (Red+Green+Blue) = 220+125+224=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC7DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DE0 is #23821F. Grayscale: #A4A4A4. Windows color (decimal): -2327072 or 14712284. OLE color: 14712284.

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

Color convert

RGB220125224-
CMYK0.020.4400.12
HSL297.58º61.49%68.43%-
HSV(B)297.58º44.2%87.84%-
XYZ50.335.2674.68-
YUV164.69161.47167.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 125 (49.22% from 255) = 21.97%
BLUE value IS 224 (87.89% from 255) = 39.37%
R=38.66%
G=21.97%
B=39.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201252240.020.4400.12297.5861.4968.43
HexDC7DE022C0C12a3d44
Octal33417534025401445275104
Binary1101110011111011110000010101100011001001010101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7DE0; }

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

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

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

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

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

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

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

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