#D57DBE

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

Shades of Orchid #D57DBE

Tints of Orchid #D57DBE

Color information

#D57DBE (or 0xD57DBE) is unknown color: approx Orchid. HEX triplet: D5, 7D and BE. RGB value is (213,125,190). Sum of RGB (Red+Green+Blue) = 213+125+190=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DBE is #2A8241. Grayscale: #9E9E9E. Windows color (decimal): -2785858 or 12484053. OLE color: 12484053.

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

Color convert

RGB213125190-
CMYK00.410.110.16
HSL315.68º51.16%66.27%-
HSV(B)315.68º41.31%83.53%-
XYZ44.0732.5352.67-
YUV158.72145.65166.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.34%
GREEN value IS 125 (49.22% from 255) = 23.67%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=40.34%
G=23.67%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312519000.410.110.16315.6851.1666.27
HexD57DBE029B1013c3342
Octal325175276051132047463102
Binary1101010111111011011111001010011011100001001111001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57DBE; }

 p { color: rgb(213,125,190); }

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

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

 a { background-color: rgb(213,125,190); }

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

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

 span { border-color: rgb(213,125,190); }

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