Html Css Color HEX #D57EC8 Orchid

📋 copy color: '#D57EC8'

red 213 ◦ green 126 ◦ blue 200

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

Shades of Orchid #D57EC8

Tints of Orchid #D57EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.11%

R = 39.52%
G = 23.38%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D57EC8 (or 0xD57EC8) is known color: Orchid. HEX triplet: D5, 7E and C8. RGB value is (213,126,200). Sum of RGB (Red+Green+Blue) = 213+126+200=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D57EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57EC8 is #2A8137. Grayscale: #A0A0A0. Windows color (decimal): -2785592 or 13139669. OLE color: 13139669.

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

Color convert

RGB 213 126 200 -
CMYK 0 0.41 0.06 0.16
HSL 308.97º 0.51% 0.66% -
HSV(B) 308.97º 0.41% 0.84% -
XYZ 45.33 33.24 58.67 -
YUV 160.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 213 126 200 0 0.41 0.06 0.16 308.97 0.51 0.66
Hex D5 7E C8 0 29 6 10 135 33 42
Octal 325 176 310 0 51 6 20 465 63 102
Binary 11010101 1111110 11001000 0 101001 110 10000 100110101 110011 1000010

Color Harmonies of #D57EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57EC8

Black with #D57EC8

Text Example


Text Example

White with #D57EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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