Html Css Color HEX #D57ED4 Orchid

📋 copy color: '#D57ED4'

red 213 ◦ green 126 ◦ blue 212

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

Shades of Orchid #D57ED4

Tints of Orchid #D57ED4

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.87%

 BLUE value IS 212 (83.2% from 255) = 38.48%

R = 38.66%
G = 22.87%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D57ED4 (or 0xD57ED4) is known color: Orchid. HEX triplet: D5, 7E and D4. RGB value is (213,126,212). Sum of RGB (Red+Green+Blue) = 213+126+212=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D57ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ED4 is #2A812B. Grayscale: #A1A1A1. Windows color (decimal): -2785580 or 13926101. OLE color: 13926101.

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

Color convert

RGB 213 126 212 -
CMYK 0 0.41 0.00 0.16
HSL 300.69º 0.51% 0.66% -
HSV(B) 300.69º 0.41% 0.84% -
XYZ 46.79 33.82 66.35 -
YUV 161.82 156.32 164.51 -
System Red Green Blue C M Y K H S L
Decimal 213 126 212 0 0.41 0.00 0.16 300.69 0.51 0.66
Hex D5 7E D4 0 29 0 10 12D 33 42
Octal 325 176 324 0 51 0 20 455 63 102
Binary 11010101 1111110 11010100 0 101001 0 10000 100101101 110011 1000010

Color Harmonies of #D57ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57ED4

Black with #D57ED4

Text Example


Text Example

White with #D57ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57ED4; }

 p { color: rgb(213,126,212); }

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

background-color css

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

 a { background-color: rgb(213,126,212); }

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

border-color css

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

 span { border-color: rgb(213,126,212); }

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