Html Css Color HEX #D56DB8 Orchid

📋 copy color: '#D56DB8'

red 213 ◦ green 109 ◦ blue 184

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

Shades of Orchid #D56DB8

Tints of Orchid #D56DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.36%

R = 42.09%
G = 21.54%
B = 36.36%

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

#D56DB8 (or 0xD56DB8) is known color: Orchid. HEX triplet: D5, 6D and B8. RGB value is (213,109,184). Sum of RGB (Red+Green+Blue) = 213+109+184=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DB8 is #2A9247. Grayscale: #949494. Windows color (decimal): -2789960 or 12086741. OLE color: 12086741.

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

Color convert

RGB 213 109 184 -
CMYK 0 0.49 0.14 0.16
HSL 316.73º 0.55% 0.63% -
HSV(B) 316.73º 0.49% 0.84% -
XYZ 41.56 28.54 48.67 -
YUV 148.65 147.96 173.9 -
System Red Green Blue C M Y K H S L
Decimal 213 109 184 0 0.49 0.14 0.16 316.73 0.55 0.63
Hex D5 6D B8 0 31 E 10 13D 37 3F
Octal 325 155 270 0 61 16 20 475 67 77
Binary 11010101 1101101 10111000 0 110001 1110 10000 100111101 110111 111111

Color Harmonies of #D56DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56DB8

Black with #D56DB8

Text Example


Text Example

White with #D56DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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