#DC71DE

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

Shades of Orchid #DC71DE

Tints of Orchid #DC71DE

Color information

#DC71DE (or 0xDC71DE) is unknown color: approx Orchid. HEX triplet: DC, 71 and DE. RGB value is (220,113,222). Sum of RGB (Red+Green+Blue) = 220+113+222=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 113 (44.53% from 255 or 20.36% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC71DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71DE is #238E21. Grayscale: #9D9D9D. Windows color (decimal): -2330146 or 14578140. OLE color: 14578140.

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

Color convert

RGB220113222-
CMYK0.010.4900.13
HSL298.9º62.29%65.69%-
HSV(B)298.9º49.1%87.06%-
XYZ48.6132.372.78-
YUV157.42164.45172.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.64%
GREEN value IS 113 (44.53% from 255) = 20.36%
BLUE value IS 222 (87.11% from 255) = 40%
R=39.64%
G=20.36%
B=40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201132220.010.4900.13298.962.2965.69
HexDC71DE1310D12b3e42
Octal33416133616101545376102
Binary110111001110001110111101110001011011001010111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC71DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC71DE; }

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

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

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

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

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

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

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

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