Html Css Color HEX #D56EB7 Orchid

📋 copy color: '#D56EB7'

red 213 ◦ green 110 ◦ blue 183

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

Shades of Orchid #D56EB7

Tints of Orchid #D56EB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.17%

R = 42.09%
G = 21.74%
B = 36.17%

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

#D56EB7 (or 0xD56EB7) is known color: Orchid. HEX triplet: D5, 6E and B7. RGB value is (213,110,183). Sum of RGB (Red+Green+Blue) = 213+110+183=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D56EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56EB7 is #2A9148. Grayscale: #949494. Windows color (decimal): -2789705 or 12021461. OLE color: 12021461.

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

Color convert

RGB 213 110 183 -
CMYK 0 0.48 0.14 0.16
HSL 317.48º 0.55% 0.63% -
HSV(B) 317.48º 0.48% 0.84% -
XYZ 41.56 28.72 48.15 -
YUV 149.12 147.12 173.56 -
System Red Green Blue C M Y K H S L
Decimal 213 110 183 0 0.48 0.14 0.16 317.48 0.55 0.63
Hex D5 6E B7 0 30 E 10 13D 37 3F
Octal 325 156 267 0 60 16 20 475 67 77
Binary 11010101 1101110 10110111 0 110000 1110 10000 100111101 110111 111111

Color Harmonies of #D56EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56EB7

Black with #D56EB7

Text Example


Text Example

White with #D56EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56EB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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