Html Css Color HEX #D56DBE Orchid

📋 copy color: '#D56DBE'

red 213 ◦ green 109 ◦ blue 190

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

Shades of Orchid #D56DBE

Tints of Orchid #D56DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 41.6%
G = 21.29%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D56DBE (or 0xD56DBE) is known color: Orchid. HEX triplet: D5, 6D and BE. RGB value is (213,109,190). Sum of RGB (Red+Green+Blue) = 213+109+190=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DBE is #2A9241. Grayscale: #959595. Windows color (decimal): -2789954 or 12479957. OLE color: 12479957.

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

Color convert

RGB 213 109 190 -
CMYK 0 0.49 0.11 0.16
HSL 313.27º 0.55% 0.63% -
HSV(B) 313.27º 0.49% 0.84% -
XYZ 42.2 28.8 52.05 -
YUV 149.33 150.96 173.41 -
System Red Green Blue C M Y K H S L
Decimal 213 109 190 0 0.49 0.11 0.16 313.27 0.55 0.63
Hex D5 6D BE 0 31 B 10 139 37 3F
Octal 325 155 276 0 61 13 20 471 67 77
Binary 11010101 1101101 10111110 0 110001 1011 10000 100111001 110111 111111

Color Harmonies of #D56DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56DBE

Black with #D56DBE

Text Example


Text Example

White with #D56DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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