Html Css Color HEX #D56EB6 Orchid

📋 copy color: '#D56EB6'

red 213 ◦ green 110 ◦ blue 182

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

Shades of Orchid #D56EB6

Tints of Orchid #D56EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.04%

R = 42.18%
G = 21.78%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D56EB6 (or 0xD56EB6) is known color: Orchid. HEX triplet: D5, 6E and B6. RGB value is (213,110,182). Sum of RGB (Red+Green+Blue) = 213+110+182=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D56EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56EB6 is #2A9149. Grayscale: #949494. Windows color (decimal): -2789706 or 11955925. OLE color: 11955925.

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

Color convert

RGB 213 110 182 -
CMYK 0 0.48 0.15 0.16
HSL 318.06º 0.55% 0.63% -
HSV(B) 318.06º 0.48% 0.84% -
XYZ 41.46 28.68 47.61 -
YUV 149.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 213 110 182 0 0.48 0.15 0.16 318.06 0.55 0.63
Hex D5 6E B6 0 30 F 10 13E 37 3F
Octal 325 156 266 0 60 17 20 476 67 77
Binary 11010101 1101110 10110110 0 110000 1111 10000 100111110 110111 111111

Color Harmonies of #D56EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56EB6

Black with #D56EB6

Text Example


Text Example

White with #D56EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56EB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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