#D572BC

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

Shades of Orchid #D572BC

Tints of Orchid #D572BC

Color information

#D572BC (or 0xD572BC) is unknown color: approx Orchid. HEX triplet: D5, 72 and BC. RGB value is (213,114,188). Sum of RGB (Red+Green+Blue) = 213+114+188=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D572BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572BC is #2A8D43. Grayscale: #979797. Windows color (decimal): -2788676 or 12350165. OLE color: 12350165.

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

Color convert

RGB213114188-
CMYK00.460.120.16
HSL315.15º54.1%64.12%-
HSV(B)315.15º46.48%83.53%-
XYZ42.5329.8151.09-
YUV152.04148.3171.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.36%
GREEN value IS 114 (44.92% from 255) = 22.14%
BLUE value IS 188 (73.83% from 255) = 36.50%
R=41.36%
G=22.14%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311418800.460.120.16315.1554.164.12
HexD572BC02EC1013b3640
Octal325162274056142047366100
Binary1101010111100101011110001011101100100001001110111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D572BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D572BC; }

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

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

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

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

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

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

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

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