Html Css Color HEX #D57EDF Orchid

📋 copy color: '#D57EDF'

red 213 ◦ green 126 ◦ blue 223

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

Shades of Orchid #D57EDF

Tints of Orchid #D57EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.68%

R = 37.9%
G = 22.42%
B = 39.68%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D57EDF (or 0xD57EDF) is known color: Orchid. HEX triplet: D5, 7E and DF. RGB value is (213,126,223). Sum of RGB (Red+Green+Blue) = 213+126+223=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 126 (49.61% from 255 or 22.42% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #D57EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57EDF is #2A8120. Grayscale: #A2A2A2. Windows color (decimal): -2785569 or 14646997. OLE color: 14646997.

HSL color Cylindrical-coordinate representation of color #D57EDF: hue angle of 293.81º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57EDF is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 126 223 -
CMYK 0.04 0.43 0 0.13
HSL 293.81º 0.6% 0.68% -
HSV(B) 293.81º 0.43% 0.87% -
XYZ 48.22 34.4 73.91 -
YUV 163.07 161.82 163.61 -
System Red Green Blue C M Y K H S L
Decimal 213 126 223 0.04 0.43 0 0.13 293.81 0.6 0.68
Hex D5 7E DF 4 2B 0 D 126 3C 44
Octal 325 176 337 4 53 0 15 446 74 104
Binary 11010101 1111110 11011111 100 101011 0 1101 100100110 111100 1000100

Color Harmonies of #D57EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57EDF

Black with #D57EDF

Text Example


Text Example

White with #D57EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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