Html Css Color HEX #D56DB6 Orchid

📋 copy color: '#D56DB6'

red 213 ◦ green 109 ◦ blue 182

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

Shades of Orchid #D56DB6

Tints of Orchid #D56DB6

RGB

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

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

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

R = 42.26%
G = 21.63%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D56DB6 (or 0xD56DB6) is known color: Orchid. HEX triplet: D5, 6D and B6. RGB value is (213,109,182). Sum of RGB (Red+Green+Blue) = 213+109+182=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DB6 is #2A9249. Grayscale: #949494. Windows color (decimal): -2789962 or 11955669. OLE color: 11955669.

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

Color convert

RGB 213 109 182 -
CMYK 0 0.49 0.15 0.16
HSL 317.88º 0.55% 0.63% -
HSV(B) 317.88º 0.49% 0.84% -
XYZ 41.35 28.46 47.57 -
YUV 148.42 146.96 174.06 -
System Red Green Blue C M Y K H S L
Decimal 213 109 182 0 0.49 0.15 0.16 317.88 0.55 0.63
Hex D5 6D B6 0 31 F 10 13E 37 3F
Octal 325 155 266 0 61 17 20 476 67 77
Binary 11010101 1101101 10110110 0 110001 1111 10000 100111110 110111 111111

Color Harmonies of #D56DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56DB6

Black with #D56DB6

Text Example


Text Example

White with #D56DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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