Html Css Color HEX #D56ED1 Orchid

📋 copy color: '#D56ED1'

red 213 ◦ green 110 ◦ blue 209

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

Shades of Orchid #D56ED1

Tints of Orchid #D56ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.29%

R = 40.04%
G = 20.68%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D56ED1 (or 0xD56ED1) is known color: Orchid. HEX triplet: D5, 6E and D1. RGB value is (213,110,209). Sum of RGB (Red+Green+Blue) = 213+110+209=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D56ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56ED1 is #2A912E. Grayscale: #979797. Windows color (decimal): -2789679 or 13725397. OLE color: 13725397.

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

Color convert

RGB 213 110 209 -
CMYK 0 0.48 0.02 0.16
HSL 302.33º 0.55% 0.63% -
HSV(B) 302.33º 0.48% 0.84% -
XYZ 44.53 29.9 63.75 -
YUV 152.08 160.12 171.45 -
System Red Green Blue C M Y K H S L
Decimal 213 110 209 0 0.48 0.02 0.16 302.33 0.55 0.63
Hex D5 6E D1 0 30 2 10 12E 37 3F
Octal 325 156 321 0 60 2 20 456 67 77
Binary 11010101 1101110 11010001 0 110000 10 10000 100101110 110111 111111

Color Harmonies of #D56ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56ED1

Black with #D56ED1

Text Example


Text Example

White with #D56ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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