Html Css Color HEX #D56AB5 Orchid

📋 copy color: '#D56AB5'

red 213 ◦ green 106 ◦ blue 181

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

Shades of Orchid #D56AB5

Tints of Orchid #D56AB5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.2%

 BLUE value IS 181 (71.09% from 255) = 36.2%

R = 42.6%
G = 21.2%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D56AB5 (or 0xD56AB5) is known color: Orchid. HEX triplet: D5, 6A and B5. RGB value is (213,106,181). Sum of RGB (Red+Green+Blue) = 213+106+181=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D56AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56AB5 is #2A954A. Grayscale: #929292. Windows color (decimal): -2790731 or 11889365. OLE color: 11889365.

HSL color Cylindrical-coordinate representation of color #D56AB5: hue angle of 317.94º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56AB5 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 106 181 -
CMYK 0 0.50 0.15 0.16
HSL 317.94º 0.56% 0.63% -
HSV(B) 317.94º 0.5% 0.84% -
XYZ 40.94 27.79 46.92 -
YUV 146.54 147.45 175.4 -
System Red Green Blue C M Y K H S L
Decimal 213 106 181 0 0.50 0.15 0.16 317.94 0.56 0.63
Hex D5 6A B5 0 32 F 10 13E 38 3F
Octal 325 152 265 0 62 17 20 476 70 77
Binary 11010101 1101010 10110101 0 110010 1111 10000 100111110 111000 111111

Color Harmonies of #D56AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56AB5

Black with #D56AB5

Text Example


Text Example

White with #D56AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56AB5; }

 p { color: rgb(213,106,181); }

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

background-color css

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

 a { background-color: rgb(213,106,181); }

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

border-color css

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

 span { border-color: rgb(213,106,181); }

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