#DC71C8

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

Shades of Orchid #DC71C8

Tints of Orchid #DC71C8

Color information

#DC71C8 (or 0xDC71C8) is unknown color: approx Orchid. HEX triplet: DC, 71 and C8. RGB value is (220,113,200). Sum of RGB (Red+Green+Blue) = 220+113+200=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71C8 is #238E37. Grayscale: #9A9A9A. Windows color (decimal): -2330168 or 13136348. OLE color: 13136348.

HSL color Cylindrical-coordinate representation of color #DC71C8: hue angle of 311.21º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC71C8 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB220113200-
CMYK00.490.090.14
HSL311.21º60.45%65.29%-
HSV(B)311.21º48.64%86.27%-
XYZ45.8531.258.25-
YUV154.91153.45174.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.28%
GREEN value IS 113 (44.53% from 255) = 21.20%
BLUE value IS 200 (78.52% from 255) = 37.52%
R=41.28%
G=21.20%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011320000.490.090.14311.2160.4565.29
HexDC71C80319E1373c41
Octal334161310061111646774101
Binary110111001110001110010000110001100111101001101111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC71C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC71C8; }

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

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

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

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

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

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

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

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