Html Css Color HEX #D57ECB Orchid

📋 copy color: '#D57ECB'

red 213 ◦ green 126 ◦ blue 203

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

Shades of Orchid #D57ECB

Tints of Orchid #D57ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.45%

R = 39.3%
G = 23.25%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D57ECB (or 0xD57ECB) is known color: Orchid. HEX triplet: D5, 7E and CB. RGB value is (213,126,203). Sum of RGB (Red+Green+Blue) = 213+126+203=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D57ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ECB is #2A8134. Grayscale: #A0A0A0. Windows color (decimal): -2785589 or 13336277. OLE color: 13336277.

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

Color convert

RGB 213 126 203 -
CMYK 0 0.41 0.05 0.16
HSL 306.9º 0.51% 0.66% -
HSV(B) 306.9º 0.41% 0.84% -
XYZ 45.68 33.38 60.54 -
YUV 160.79 151.82 165.24 -
System Red Green Blue C M Y K H S L
Decimal 213 126 203 0 0.41 0.05 0.16 306.9 0.51 0.66
Hex D5 7E CB 0 29 5 10 133 33 42
Octal 325 176 313 0 51 5 20 463 63 102
Binary 11010101 1111110 11001011 0 101001 101 10000 100110011 110011 1000010

Color Harmonies of #D57ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57ECB

Black with #D57ECB

Text Example


Text Example

White with #D57ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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