#DC71CE

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

Shades of Orchid #DC71CE

Tints of Orchid #DC71CE

Color information

#DC71CE (or 0xDC71CE) is unknown color: approx Orchid. HEX triplet: DC, 71 and CE. RGB value is (220,113,206). Sum of RGB (Red+Green+Blue) = 220+113+206=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71CE is #238E31. Grayscale: #9B9B9B. Windows color (decimal): -2330162 or 13529564. OLE color: 13529564.

HSL color Cylindrical-coordinate representation of color #DC71CE: hue angle of 307.85º 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 #DC71CE is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB220113206-
CMYK00.490.060.14
HSL307.85º60.45%65.29%-
HSV(B)307.85º48.64%86.27%-
XYZ46.5631.4862.02-
YUV155.6156.45173.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.82%
GREEN value IS 113 (44.53% from 255) = 20.96%
BLUE value IS 206 (80.86% from 255) = 38.22%
R=40.82%
G=20.96%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011320600.490.060.14307.8560.4565.29
HexDC71CE0316E1343c41
Octal33416131606161646474101
Binary11011100111000111001110011000111011101001101001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC71CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC71CE; }

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

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

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

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

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

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

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

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