#D57CBB

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

Shades of Orchid #D57CBB

Tints of Orchid #D57CBB

Color information

#D57CBB (or 0xD57CBB) is unknown color: approx Orchid. HEX triplet: D5, 7C and BB. RGB value is (213,124,187). Sum of RGB (Red+Green+Blue) = 213+124+187=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CBB is #2A8344. Grayscale: #9D9D9D. Windows color (decimal): -2786117 or 12287189. OLE color: 12287189.

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

Color convert

RGB213124187-
CMYK00.420.120.16
HSL317.53º51.45%66.08%-
HSV(B)317.53º41.78%83.53%-
XYZ43.6232.1550.92-
YUV157.79144.49167.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.65%
GREEN value IS 124 (48.83% from 255) = 23.66%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=40.65%
G=23.66%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312418700.420.120.16317.5351.4566.08
HexD57CBB02AC1013e3342
Octal325174273052142047663102
Binary1101010111111001011101101010101100100001001111101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57CBB; }

 p { color: rgb(213,124,187); }

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

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

 a { background-color: rgb(213,124,187); }

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

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

 span { border-color: rgb(213,124,187); }

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