Html Css Color HEX #D57EC9 Orchid

📋 copy color: '#D57EC9'

red 213 ◦ green 126 ◦ blue 201

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

Shades of Orchid #D57EC9

Tints of Orchid #D57EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.22%

R = 39.44%
G = 23.33%
B = 37.22%

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

#D57EC9 (or 0xD57EC9) is known color: Orchid. HEX triplet: D5, 7E and C9. RGB value is (213,126,201). Sum of RGB (Red+Green+Blue) = 213+126+201=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D57EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57EC9 is #2A8136. Grayscale: #A0A0A0. Windows color (decimal): -2785591 or 13205205. OLE color: 13205205.

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

Color convert

RGB 213 126 201 -
CMYK 0 0.41 0.06 0.16
HSL 308.28º 0.51% 0.66% -
HSV(B) 308.28º 0.41% 0.84% -
XYZ 45.44 33.28 59.29 -
YUV 160.56 150.82 165.4 -
System Red Green Blue C M Y K H S L
Decimal 213 126 201 0 0.41 0.06 0.16 308.28 0.51 0.66
Hex D5 7E C9 0 29 6 10 134 33 42
Octal 325 176 311 0 51 6 20 464 63 102
Binary 11010101 1111110 11001001 0 101001 110 10000 100110100 110011 1000010

Color Harmonies of #D57EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57EC9

Black with #D57EC9

Text Example


Text Example

White with #D57EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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