Html Css Color HEX #D56EB8 Orchid

📋 copy color: '#D56EB8'

red 213 ◦ green 110 ◦ blue 184

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

Shades of Orchid #D56EB8

Tints of Orchid #D56EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.29%

R = 42.01%
G = 21.7%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D56EB8 (or 0xD56EB8) is known color: Orchid. HEX triplet: D5, 6E and B8. RGB value is (213,110,184). Sum of RGB (Red+Green+Blue) = 213+110+184=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D56EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56EB8 is #2A9147. Grayscale: #959595. Windows color (decimal): -2789704 or 12086997. OLE color: 12086997.

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

Color convert

RGB 213 110 184 -
CMYK 0 0.48 0.14 0.16
HSL 316.89º 0.55% 0.63% -
HSV(B) 316.89º 0.48% 0.84% -
XYZ 41.67 28.76 48.7 -
YUV 149.23 147.62 173.48 -
System Red Green Blue C M Y K H S L
Decimal 213 110 184 0 0.48 0.14 0.16 316.89 0.55 0.63
Hex D5 6E B8 0 30 E 10 13D 37 3F
Octal 325 156 270 0 60 16 20 475 67 77
Binary 11010101 1101110 10111000 0 110000 1110 10000 100111101 110111 111111

Color Harmonies of #D56EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56EB8

Black with #D56EB8

Text Example


Text Example

White with #D56EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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