#DC71DD

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

Shades of Orchid #DC71DD

Tints of Orchid #DC71DD

Color information

#DC71DD (or 0xDC71DD) is unknown color: approx Orchid. HEX triplet: DC, 71 and DD. RGB value is (220,113,221). Sum of RGB (Red+Green+Blue) = 220+113+221=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC71DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71DD is #238E22. Grayscale: #9C9C9C. Windows color (decimal): -2330147 or 14512604. OLE color: 14512604.

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

Color convert

RGB220113221-
CMYK0.000.4900.13
HSL299.44º61.36%65.49%-
HSV(B)299.44º48.87%86.67%-
XYZ48.4732.2572.08-
YUV157.3163.95172.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.71%
GREEN value IS 113 (44.53% from 255) = 20.40%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=39.71%
G=20.40%
B=39.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201132210.000.4900.13299.4461.3665.49
HexDC71DD0310D12b3d41
Octal33416133506101545375101
Binary110111001110001110111010110001011011001010111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC71DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC71DD; }

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

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

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

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

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

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

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

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