Html Css Color HEX #D56AB8 Orchid

📋 copy color: '#D56AB8'

red 213 ◦ green 106 ◦ blue 184

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

Shades of Orchid #D56AB8

Tints of Orchid #D56AB8

RGB

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

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

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

R = 42.35%
G = 21.07%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D56AB8 (or 0xD56AB8) is known color: Orchid. HEX triplet: D5, 6A and B8. RGB value is (213,106,184). Sum of RGB (Red+Green+Blue) = 213+106+184=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D56AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56AB8 is #2A9547. Grayscale: #929292. Windows color (decimal): -2790728 or 12085973. OLE color: 12085973.

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

Color convert

RGB 213 106 184 -
CMYK 0 0.50 0.14 0.16
HSL 316.26º 0.56% 0.63% -
HSV(B) 316.26º 0.5% 0.84% -
XYZ 41.25 27.91 48.56 -
YUV 146.89 148.95 175.16 -
System Red Green Blue C M Y K H S L
Decimal 213 106 184 0 0.50 0.14 0.16 316.26 0.56 0.63
Hex D5 6A B8 0 32 E 10 13C 38 3F
Octal 325 152 270 0 62 16 20 474 70 77
Binary 11010101 1101010 10111000 0 110010 1110 10000 100111100 111000 111111

Color Harmonies of #D56AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56AB8

Black with #D56AB8

Text Example


Text Example

White with #D56AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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