#DC71CA

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

Shades of Orchid #DC71CA

Tints of Orchid #DC71CA

Color information

#DC71CA (or 0xDC71CA) is unknown color: approx Orchid. HEX triplet: DC, 71 and CA. RGB value is (220,113,202). Sum of RGB (Red+Green+Blue) = 220+113+202=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71CA is #238E35. Grayscale: #9A9A9A. Windows color (decimal): -2330166 or 13267420. OLE color: 13267420.

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

Color convert

RGB220113202-
CMYK00.490.080.14
HSL310.09º60.45%65.29%-
HSV(B)310.09º48.64%86.27%-
XYZ46.0831.2959.49-
YUV155.14154.45174.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.12%
GREEN value IS 113 (44.53% from 255) = 21.12%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=41.12%
G=21.12%
B=37.76%

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
Decimal22011320200.490.080.14310.0960.4565.29
HexDC71CA0318E1363c41
Octal334161312061101646674101
Binary110111001110001110010100110001100011101001101101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC71CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC71CA; }

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

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

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

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

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

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

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

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