#DC7DD5

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

Shades of Orchid #DC7DD5

Tints of Orchid #DC7DD5

Color information

#DC7DD5 (or 0xDC7DD5) is unknown color: approx Orchid. HEX triplet: DC, 7D and D5. RGB value is (220,125,213). Sum of RGB (Red+Green+Blue) = 220+125+213=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DD5 is #23822A. Grayscale: #A3A3A3. Windows color (decimal): -2327083 or 13991388. OLE color: 13991388.

HSL color Cylindrical-coordinate representation of color #DC7DD5: hue angle of 304.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7DD5 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220125213-
CMYK00.430.030.14
HSL304.42º57.58%67.65%-
HSV(B)304.42º43.18%86.27%-
XYZ48.8634.6967.07-
YUV163.44155.97168.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.43%
GREEN value IS 125 (49.22% from 255) = 22.40%
BLUE value IS 213 (83.59% from 255) = 38.17%
R=39.43%
G=22.40%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012521300.430.030.14304.4257.5867.65
HexDC7DD502B3E1303a44
Octal33417532505331646072104
Binary1101110011111011101010101010111111101001100001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7DD5; }

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

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

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

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

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

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

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

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