#d572bd

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

Shades of Orchid #D572BD

Tints of Orchid #D572BD

Color information

#D572BD (or 0xD572BD) is unknown color: approx Orchid. HEX triplet: D5, 72 and BD. RGB value is (213,114,189). Sum of RGB (Red+Green+Blue) = 213+114+189=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D572BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572BD is #2A8D42. Grayscale: #979797. Windows color (decimal): -2788675 or 12415701. OLE color: 12415701.

HSL color Cylindrical-coordinate representation of color #D572BD: hue angle of 314.55º 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 #D572BD is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB213114189-
CMYK00.460.110.16
HSL314.55º54.1%64.12%-
HSV(B)314.55º46.48%83.53%-
XYZ42.6429.8551.66-
YUV152.15148.8171.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.28%
GREEN value IS 114 (44.92% from 255) = 22.09%
BLUE value IS 189 (74.22% from 255) = 36.63%
R=41.28%
G=22.09%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311418900.460.110.16314.5554.164.12
HexD572BD02EB1013b3640
Octal325162275056132047366100
Binary1101010111100101011110101011101011100001001110111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d572bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d572bd; }

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

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

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

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

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

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

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

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