Html Css Color HEX #D57EDE Orchid

📋 copy color: '#D57EDE'

red 213 ◦ green 126 ◦ blue 222

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

Shades of Orchid #D57EDE

Tints of Orchid #D57EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.57%

R = 37.97%
G = 22.46%
B = 39.57%

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

#D57EDE (or 0xD57EDE) is known color: Orchid. HEX triplet: D5, 7E and DE. RGB value is (213,126,222). Sum of RGB (Red+Green+Blue) = 213+126+222=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #D57EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57EDE is #2A8121. Grayscale: #A2A2A2. Windows color (decimal): -2785570 or 14581461. OLE color: 14581461.

HSL color Cylindrical-coordinate representation of color #D57EDE: hue angle of 294.38º degrees, saturation: 0.59, 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 #D57EDE is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 126 222 -
CMYK 0.04 0.43 0 0.13
HSL 294.38º 0.59% 0.68% -
HSV(B) 294.38º 0.43% 0.87% -
XYZ 48.09 34.34 73.2 -
YUV 162.96 161.32 163.69 -
System Red Green Blue C M Y K H S L
Decimal 213 126 222 0.04 0.43 0 0.13 294.38 0.59 0.68
Hex D5 7E DE 4 2B 0 D 126 3B 44
Octal 325 176 336 4 53 0 15 446 73 104
Binary 11010101 1111110 11011110 100 101011 0 1101 100100110 111011 1000100

Color Harmonies of #D57EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57EDE

Black with #D57EDE

Text Example


Text Example

White with #D57EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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