#D56FBD

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

Shades of Orchid #D56FBD

Tints of Orchid #D56FBD

Color information

#D56FBD (or 0xD56FBD) is unknown color: approx Orchid. HEX triplet: D5, 6F and BD. RGB value is (213,111,189). Sum of RGB (Red+Green+Blue) = 213+111+189=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D56FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FBD is #2A9042. Grayscale: #969696. Windows color (decimal): -2789443 or 12414933. OLE color: 12414933.

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

Color convert

RGB213111189-
CMYK00.480.110.16
HSL314.12º54.84%63.53%-
HSV(B)314.12º47.89%83.53%-
XYZ42.3129.1951.55-
YUV150.39149.79172.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.52%
GREEN value IS 111 (43.75% from 255) = 21.64%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=41.52%
G=21.64%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311118900.480.110.16314.1254.8463.53
HexD56FBD030B1013a3740
Octal325157275060132047267100
Binary1101010111011111011110101100001011100001001110101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56FBD; }

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

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

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

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

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

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

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

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