Html Css Color HEX #D57DBE Orchid

📋 copy color: '#D57DBE'

red 213 ◦ green 125 ◦ blue 190

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

Shades of Orchid #D57DBE

Tints of Orchid #D57DBE

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 value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D57DBE (or 0xD57DBE) is known color: 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

RGB 213 125 190 -
CMYK 0 0.41 0.11 0.16
HSL 315.68º 0.51% 0.66% -
HSV(B) 315.68º 0.41% 0.84% -
XYZ 44.07 32.53 52.67 -
YUV 158.72 145.65 166.71 -
System Red Green Blue C M Y K H S L
Decimal 213 125 190 0 0.41 0.11 0.16 315.68 0.51 0.66
Hex D5 7D BE 0 29 B 10 13C 33 42
Octal 325 175 276 0 51 13 20 474 63 102
Binary 11010101 1111101 10111110 0 101001 1011 10000 100111100 110011 1000010

Color Harmonies of #D57DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57DBE

Black with #D57DBE

Text Example


Text Example

White with #D57DBE

Text Example


Text Example

HTML Codes & Css Web 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>