#DC7AD5

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

Shades of Orchid #DC7AD5

Tints of Orchid #DC7AD5

Color information

#DC7AD5 (or 0xDC7AD5) is unknown color: approx Orchid. HEX triplet: DC, 7A and D5. RGB value is (220,122,213). Sum of RGB (Red+Green+Blue) = 220+122+213=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7AD5 is #23852A. Grayscale: #A1A1A1. Windows color (decimal): -2327851 or 13990620. OLE color: 13990620.

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

Color convert

RGB220122213-
CMYK00.450.030.14
HSL304.29º58.33%67.06%-
HSV(B)304.29º44.55%86.27%-
XYZ48.4833.9466.95-
YUV161.68156.97169.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.64%
GREEN value IS 122 (48.05% from 255) = 21.98%
BLUE value IS 213 (83.59% from 255) = 38.38%
R=39.64%
G=21.98%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012221300.450.030.14304.2958.3367.06
HexDC7AD502D3E1303a43
Octal33417232505531646072103
Binary1101110011110101101010101011011111101001100001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7AD5; }

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

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

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

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

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

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

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

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