Html Css Color HEX #D57ED6 Orchid

📋 copy color: '#D57ED6'

red 213 ◦ green 126 ◦ blue 214

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

Shades of Orchid #D57ED6

Tints of Orchid #D57ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.7%

R = 38.52%
G = 22.78%
B = 38.7%

CMYK

 C value IS 0.00

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D57ED6 (or 0xD57ED6) is known color: Orchid. HEX triplet: D5, 7E and D6. RGB value is (213,126,214). Sum of RGB (Red+Green+Blue) = 213+126+214=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #D57ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ED6 is #2A8129. Grayscale: #A1A1A1. Windows color (decimal): -2785578 or 14057173. OLE color: 14057173.

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

Color convert

RGB 213 126 214 -
CMYK 0.00 0.41 0 0.16
HSL 299.32º 0.52% 0.67% -
HSV(B) 299.32º 0.41% 0.84% -
XYZ 47.04 33.92 67.69 -
YUV 162.05 157.32 164.34 -
System Red Green Blue C M Y K H S L
Decimal 213 126 214 0.00 0.41 0 0.16 299.32 0.52 0.67
Hex D5 7E D6 0 29 0 10 12B 34 43
Octal 325 176 326 0 51 0 20 453 64 103
Binary 11010101 1111110 11010110 0 101001 0 10000 100101011 110100 1000011

Color Harmonies of #D57ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57ED6

Black with #D57ED6

Text Example


Text Example

White with #D57ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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