Html Css Color HEX #D56DB9 Orchid

📋 copy color: '#D56DB9'

red 213 ◦ green 109 ◦ blue 185

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

Shades of Orchid #D56DB9

Tints of Orchid #D56DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.49%

R = 42.01%
G = 21.5%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D56DB9 (or 0xD56DB9) is known color: Orchid. HEX triplet: D5, 6D and B9. RGB value is (213,109,185). Sum of RGB (Red+Green+Blue) = 213+109+185=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DB9 is #2A9246. Grayscale: #949494. Windows color (decimal): -2789959 or 12152277. OLE color: 12152277.

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

Color convert

RGB 213 109 185 -
CMYK 0 0.49 0.13 0.16
HSL 316.15º 0.55% 0.63% -
HSV(B) 316.15º 0.49% 0.84% -
XYZ 41.67 28.59 49.22 -
YUV 148.76 148.46 173.82 -
System Red Green Blue C M Y K H S L
Decimal 213 109 185 0 0.49 0.13 0.16 316.15 0.55 0.63
Hex D5 6D B9 0 31 D 10 13C 37 3F
Octal 325 155 271 0 61 15 20 474 67 77
Binary 11010101 1101101 10111001 0 110001 1101 10000 100111100 110111 111111

Color Harmonies of #D56DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56DB9

Black with #D56DB9

Text Example


Text Example

White with #D56DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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