Html Css Color HEX #D4A3EC Wisteria

📋 copy color: '#D4A3EC'

red 212 ◦ green 163 ◦ blue 236

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

Shades of Wisteria #D4A3EC

Tints of Wisteria #D4A3EC

RGB

 RED value IS 212 (83.2% from 255) = 34.7%

 GREEN value IS 163 (64.06% from 255) = 26.68%

 BLUE value IS 236 (92.58% from 255) = 38.63%

R = 34.7%
G = 26.68%
B = 38.63%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D4A3EC (or 0xD4A3EC) is known color: Wisteria. HEX triplet: D4, A3 and EC. RGB value is (212,163,236). Sum of RGB (Red+Green+Blue) = 212+163+236=611 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.70% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4A3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A3EC is #2B5C13. Grayscale: #B9B9B9. Windows color (decimal): -2841620 or 15508436. OLE color: 15508436.

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

Color convert

RGB 212 163 236 -
CMYK 0.10 0.31 0 0.07
HSL 280.27º 0.66% 0.78% -
HSV(B) 280.27º 0.31% 0.93% -
XYZ 55.39 46.25 85.36 -
YUV 185.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 212 163 236 0.10 0.31 0 0.07 280.27 0.66 0.78
Hex D4 A3 EC A 1F 0 7 118 42 4E
Octal 324 243 354 12 37 0 7 430 102 116
Binary 11010100 10100011 11101100 1010 11111 0 111 100011000 1000010 1001110

Color Harmonies of #D4A3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A3EC

Black with #D4A3EC

Text Example


Text Example

White with #D4A3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A3EC; }

 p { color: rgb(212,163,236); }

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

background-color css

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

 a { background-color: rgb(212,163,236); }

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

border-color css

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

 span { border-color: rgb(212,163,236); }

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