Html Css Color HEX #D57ECE Orchid

📋 copy color: '#D57ECE'

red 213 ◦ green 126 ◦ blue 206

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

Shades of Orchid #D57ECE

Tints of Orchid #D57ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.8%

R = 39.08%
G = 23.12%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D57ECE (or 0xD57ECE) is known color: Orchid. HEX triplet: D5, 7E and CE. RGB value is (213,126,206). Sum of RGB (Red+Green+Blue) = 213+126+206=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D57ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ECE is #2A8131. Grayscale: #A0A0A0. Windows color (decimal): -2785586 or 13532885. OLE color: 13532885.

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

Color convert

RGB 213 126 206 -
CMYK 0 0.41 0.03 0.16
HSL 304.83º 0.51% 0.66% -
HSV(B) 304.83º 0.41% 0.84% -
XYZ 46.04 33.52 62.44 -
YUV 161.13 153.32 165 -
System Red Green Blue C M Y K H S L
Decimal 213 126 206 0 0.41 0.03 0.16 304.83 0.51 0.66
Hex D5 7E CE 0 29 3 10 131 33 42
Octal 325 176 316 0 51 3 20 461 63 102
Binary 11010101 1111110 11001110 0 101001 11 10000 100110001 110011 1000010

Color Harmonies of #D57ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57ECE

Black with #D57ECE

Text Example


Text Example

White with #D57ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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