Html Css Color HEX #D56EB9 Orchid

📋 copy color: '#D56EB9'

red 213 ◦ green 110 ◦ blue 185

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

Shades of Orchid #D56EB9

Tints of Orchid #D56EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.42%

R = 41.93%
G = 21.65%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D56EB9 (or 0xD56EB9) is known color: Orchid. HEX triplet: D5, 6E and B9. RGB value is (213,110,185). Sum of RGB (Red+Green+Blue) = 213+110+185=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D56EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56EB9 is #2A9146. Grayscale: #959595. Windows color (decimal): -2789703 or 12152533. OLE color: 12152533.

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

Color convert

RGB 213 110 185 -
CMYK 0 0.48 0.13 0.16
HSL 316.31º 0.55% 0.63% -
HSV(B) 316.31º 0.48% 0.84% -
XYZ 41.77 28.8 49.26 -
YUV 149.35 148.12 173.4 -
System Red Green Blue C M Y K H S L
Decimal 213 110 185 0 0.48 0.13 0.16 316.31 0.55 0.63
Hex D5 6E B9 0 30 D 10 13C 37 3F
Octal 325 156 271 0 60 15 20 474 67 77
Binary 11010101 1101110 10111001 0 110000 1101 10000 100111100 110111 111111

Color Harmonies of #D56EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56EB9

Black with #D56EB9

Text Example


Text Example

White with #D56EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56EB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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