#DC71CB

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

Shades of Orchid #DC71CB

Tints of Orchid #DC71CB

Color information

#DC71CB (or 0xDC71CB) is unknown color: approx Orchid. HEX triplet: DC, 71 and CB. RGB value is (220,113,203). Sum of RGB (Red+Green+Blue) = 220+113+203=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71CB is #238E34. Grayscale: #9B9B9B. Windows color (decimal): -2330165 or 13332956. OLE color: 13332956.

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

Color convert

RGB220113203-
CMYK00.490.080.14
HSL309.53º60.45%65.29%-
HSV(B)309.53º48.64%86.27%-
XYZ46.231.3460.11-
YUV155.25154.95174.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.04%
GREEN value IS 113 (44.53% from 255) = 21.08%
BLUE value IS 203 (79.69% from 255) = 37.87%
R=41.04%
G=21.08%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011320300.490.080.14309.5360.4565.29
HexDC71CB0318E1363c41
Octal334161313061101646674101
Binary110111001110001110010110110001100011101001101101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC71CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC71CB; }

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

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

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

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

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

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

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

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