Html Css Color HEX #D56AE6 Orchid

📋 copy color: '#D56AE6'

red 213 ◦ green 106 ◦ blue 230

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

Shades of Orchid #D56AE6

Tints of Orchid #D56AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.89%

R = 38.8%
G = 19.31%
B = 41.89%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D56AE6 (or 0xD56AE6) is known color: Orchid. HEX triplet: D5, 6A and E6. RGB value is (213,106,230). Sum of RGB (Red+Green+Blue) = 213+106+230=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #D56AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D56AE6 is #2A9519. Grayscale: #979797. Windows color (decimal): -2790682 or 15100629. OLE color: 15100629.

HSL color Cylindrical-coordinate representation of color #D56AE6: hue angle of 291.77º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D56AE6 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 106 230 -
CMYK 0.07 0.54 0 0.10
HSL 291.77º 0.71% 0.66% -
HSV(B) 291.77º 0.54% 0.9% -
XYZ 46.88 30.17 78.22 -
YUV 152.13 171.95 171.42 -
System Red Green Blue C M Y K H S L
Decimal 213 106 230 0.07 0.54 0 0.10 291.77 0.71 0.66
Hex D5 6A E6 7 36 0 A 124 47 42
Octal 325 152 346 7 66 0 12 444 107 102
Binary 11010101 1101010 11100110 111 110110 0 1010 100100100 1000111 1000010

Color Harmonies of #D56AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56AE6

Black with #D56AE6

Text Example


Text Example

White with #D56AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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