Html Css Color HEX #D57DBF Orchid

📋 copy color: '#D57DBF'

red 213 ◦ green 125 ◦ blue 191

#D57DBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D57DBF

Tints of Orchid #D57DBF

RGB

 RED value IS 213 (83.59% from 255) = 40.26%

 GREEN value IS 125 (49.22% from 255) = 23.63%

 BLUE value IS 191 (75% from 255) = 36.11%

R = 40.26%
G = 23.63%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D57DBF (or 0xD57DBF) is known color: Orchid. HEX triplet: D5, 7D and BF. RGB value is (213,125,191). Sum of RGB (Red+Green+Blue) = 213+125+191=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DBF is #2A8240. Grayscale: #9E9E9E. Windows color (decimal): -2785857 or 12549589. OLE color: 12549589.

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

Color convert

RGB 213 125 191 -
CMYK 0 0.41 0.10 0.16
HSL 315º 0.51% 0.66% -
HSV(B) 315º 0.41% 0.84% -
XYZ 44.18 32.57 53.25 -
YUV 158.84 146.15 166.63 -
System Red Green Blue C M Y K H S L
Decimal 213 125 191 0 0.41 0.10 0.16 315 0.51 0.66
Hex D5 7D BF 0 29 A 10 13B 33 42
Octal 325 175 277 0 51 12 20 473 63 102
Binary 11010101 1111101 10111111 0 101001 1010 10000 100111011 110011 1000010

Color Harmonies of #D57DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57DBF

Black with #D57DBF

Text Example


Text Example

White with #D57DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57DBF; }

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

 H1.HeaderClassName
 {
   color: #D57DBF;
 }
 .AnyTagClassName
 {
   color: #D57DBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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