Html Css Color HEX #D56AD2 Orchid

📋 copy color: '#D56AD2'

red 213 ◦ green 106 ◦ blue 210

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

Shades of Orchid #D56AD2

Tints of Orchid #D56AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.7%

R = 40.26%
G = 20.04%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D56AD2 (or 0xD56AD2) is known color: Orchid. HEX triplet: D5, 6A and D2. RGB value is (213,106,210). Sum of RGB (Red+Green+Blue) = 213+106+210=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D56AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56AD2 is #2A952D. Grayscale: #959595. Windows color (decimal): -2790702 or 13789909. OLE color: 13789909.

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

Color convert

RGB 213 106 210 -
CMYK 0 0.50 0.01 0.16
HSL 301.68º 0.56% 0.63% -
HSV(B) 301.68º 0.5% 0.84% -
XYZ 44.23 29.11 64.26 -
YUV 149.85 161.95 173.04 -
System Red Green Blue C M Y K H S L
Decimal 213 106 210 0 0.50 0.01 0.16 301.68 0.56 0.63
Hex D5 6A D2 0 32 1 10 12E 38 3F
Octal 325 152 322 0 62 1 20 456 70 77
Binary 11010101 1101010 11010010 0 110010 1 10000 100101110 111000 111111

Color Harmonies of #D56AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56AD2

Black with #D56AD2

Text Example


Text Example

White with #D56AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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