Html Css Color HEX #D56DB7 Orchid

📋 copy color: '#D56DB7'

red 213 ◦ green 109 ◦ blue 183

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

Shades of Orchid #D56DB7

Tints of Orchid #D56DB7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.58%

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

R = 42.18%
G = 21.58%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D56DB7 (or 0xD56DB7) is known color: Orchid. HEX triplet: D5, 6D and B7. RGB value is (213,109,183). Sum of RGB (Red+Green+Blue) = 213+109+183=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DB7 is #2A9248. Grayscale: #949494. Windows color (decimal): -2789961 or 12021205. OLE color: 12021205.

HSL color Cylindrical-coordinate representation of color #D56DB7: hue angle of 317.31º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D56DB7 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 109 183 -
CMYK 0 0.49 0.14 0.16
HSL 317.31º 0.55% 0.63% -
HSV(B) 317.31º 0.49% 0.84% -
XYZ 41.46 28.5 48.12 -
YUV 148.53 147.46 173.98 -
System Red Green Blue C M Y K H S L
Decimal 213 109 183 0 0.49 0.14 0.16 317.31 0.55 0.63
Hex D5 6D B7 0 31 E 10 13D 37 3F
Octal 325 155 267 0 61 16 20 475 67 77
Binary 11010101 1101101 10110111 0 110001 1110 10000 100111101 110111 111111

Color Harmonies of #D56DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56DB7

Black with #D56DB7

Text Example


Text Example

White with #D56DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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