Html Css Color HEX #D56EBC Orchid

📋 copy color: '#D56EBC'

red 213 ◦ green 110 ◦ blue 188

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

Shades of Orchid #D56EBC

Tints of Orchid #D56EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.53%

 BLUE value IS 188 (73.83% from 255) = 36.79%

R = 41.68%
G = 21.53%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D56EBC (or 0xD56EBC) is known color: Orchid. HEX triplet: D5, 6E and BC. RGB value is (213,110,188). Sum of RGB (Red+Green+Blue) = 213+110+188=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D56EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56EBC is #2A9143. Grayscale: #959595. Windows color (decimal): -2789700 or 12349141. OLE color: 12349141.

HSL color Cylindrical-coordinate representation of color #D56EBC: hue angle of 314.56º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56EBC is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 110 188 -
CMYK 0 0.48 0.12 0.16
HSL 314.56º 0.55% 0.63% -
HSV(B) 314.56º 0.48% 0.84% -
XYZ 42.09 28.93 50.94 -
YUV 149.69 149.62 173.16 -
System Red Green Blue C M Y K H S L
Decimal 213 110 188 0 0.48 0.12 0.16 314.56 0.55 0.63
Hex D5 6E BC 0 30 C 10 13B 37 3F
Octal 325 156 274 0 60 14 20 473 67 77
Binary 11010101 1101110 10111100 0 110000 1100 10000 100111011 110111 111111

Color Harmonies of #D56EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56EBC

Black with #D56EBC

Text Example


Text Example

White with #D56EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56EBC; }

 p { color: rgb(213,110,188); }

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

background-color css

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

 a { background-color: rgb(213,110,188); }

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

border-color css

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

 span { border-color: rgb(213,110,188); }

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