Html Css Color HEX #D56ABA Orchid

📋 copy color: '#D56ABA'

red 213 ◦ green 106 ◦ blue 186

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

Shades of Orchid #D56ABA

Tints of Orchid #D56ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.83%

R = 42.18%
G = 20.99%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D56ABA (or 0xD56ABA) is known color: Orchid. HEX triplet: D5, 6A and BA. RGB value is (213,106,186). Sum of RGB (Red+Green+Blue) = 213+106+186=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D56ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56ABA is #2A9545. Grayscale: #929292. Windows color (decimal): -2790726 or 12217045. OLE color: 12217045.

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

Color convert

RGB 213 106 186 -
CMYK 0 0.50 0.13 0.16
HSL 315.14º 0.56% 0.63% -
HSV(B) 315.14º 0.5% 0.84% -
XYZ 41.46 28 49.67 -
YUV 147.11 149.95 175 -
System Red Green Blue C M Y K H S L
Decimal 213 106 186 0 0.50 0.13 0.16 315.14 0.56 0.63
Hex D5 6A BA 0 32 D 10 13B 38 3F
Octal 325 152 272 0 62 15 20 473 70 77
Binary 11010101 1101010 10111010 0 110010 1101 10000 100111011 111000 111111

Color Harmonies of #D56ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56ABA

Black with #D56ABA

Text Example


Text Example

White with #D56ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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