#DC7DDF

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

Shades of Orchid #DC7DDF

Tints of Orchid #DC7DDF

Color information

#DC7DDF (or 0xDC7DDF) is unknown color: approx Orchid. HEX triplet: DC, 7D and DF. RGB value is (220,125,223). Sum of RGB (Red+Green+Blue) = 220+125+223=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC7DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DDF is #238220. Grayscale: #A4A4A4. Windows color (decimal): -2327073 or 14646748. OLE color: 14646748.

HSL color Cylindrical-coordinate representation of color #DC7DDF: hue angle of 298.16º 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 #DC7DDF is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220125223-
CMYK0.010.4400.13
HSL298.16º60.49%68.24%-
HSV(B)298.16º43.95%87.45%-
XYZ50.1735.2173.96-
YUV164.58160.97167.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 125 (49.22% from 255) = 22.01%
BLUE value IS 223 (87.5% from 255) = 39.26%
R=38.73%
G=22.01%
B=39.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201252230.010.4400.13298.1660.4968.24
HexDC7DDF12C0D12a3c44
Octal33417533715401545274104
Binary110111001111101110111111101100011011001010101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7DDF; }

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

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

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

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

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

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

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

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