#D571BC

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

Shades of Orchid #D571BC

Tints of Orchid #D571BC

Color information

#D571BC (or 0xD571BC) is unknown color: approx Orchid. HEX triplet: D5, 71 and BC. RGB value is (213,113,188). Sum of RGB (Red+Green+Blue) = 213+113+188=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D571BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D571BC is #2A8E43. Grayscale: #979797. Windows color (decimal): -2788932 or 12349909. OLE color: 12349909.

HSL color Cylindrical-coordinate representation of color #D571BC: hue angle of 315º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D571BC is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB213113188-
CMYK00.470.120.16
HSL315º54.35%63.92%-
HSV(B)315º46.95%83.53%-
XYZ42.4229.5951.05-
YUV151.45148.63171.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.44%
GREEN value IS 113 (44.53% from 255) = 21.98%
BLUE value IS 188 (73.83% from 255) = 36.58%
R=41.44%
G=21.98%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311318800.470.120.1631554.3563.92
HexD571BC02FC1013b3640
Octal325161274057142047366100
Binary1101010111100011011110001011111100100001001110111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D571BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D571BC; }

 p { color: rgb(213,113,188); }

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

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

 a { background-color: rgb(213,113,188); }

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

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

 span { border-color: rgb(213,113,188); }

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