Html Css Color HEX #D57EDB Orchid

📋 copy color: '#D57EDB'

red 213 ◦ green 126 ◦ blue 219

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

Shades of Orchid #D57EDB

Tints of Orchid #D57EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.25%

R = 38.17%
G = 22.58%
B = 39.25%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D57EDB (or 0xD57EDB) is known color: Orchid. HEX triplet: D5, 7E and DB. RGB value is (213,126,219). Sum of RGB (Red+Green+Blue) = 213+126+219=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 126 (49.61% from 255 or 22.58% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #D57EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57EDB is #2A8124. Grayscale: #A2A2A2. Windows color (decimal): -2785573 or 14384853. OLE color: 14384853.

HSL color Cylindrical-coordinate representation of color #D57EDB: hue angle of 296.13º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57EDB is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 126 219 -
CMYK 0.03 0.42 0 0.14
HSL 296.13º 0.56% 0.68% -
HSV(B) 296.13º 0.42% 0.86% -
XYZ 47.69 34.18 71.1 -
YUV 162.62 159.82 163.94 -
System Red Green Blue C M Y K H S L
Decimal 213 126 219 0.03 0.42 0 0.14 296.13 0.56 0.68
Hex D5 7E DB 3 2A 0 E 128 38 44
Octal 325 176 333 3 52 0 16 450 70 104
Binary 11010101 1111110 11011011 11 101010 0 1110 100101000 111000 1000100

Color Harmonies of #D57EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57EDB

Black with #D57EDB

Text Example


Text Example

White with #D57EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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