Html Css Color HEX #D4A6EB Wisteria

📋 copy color: '#D4A6EB'

red 212 ◦ green 166 ◦ blue 235

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

Shades of Wisteria #D4A6EB

Tints of Wisteria #D4A6EB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.08%

 BLUE value IS 235 (92.19% from 255) = 38.34%

R = 34.58%
G = 27.08%
B = 38.34%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D4A6EB (or 0xD4A6EB) is known color: Wisteria. HEX triplet: D4, A6 and EB. RGB value is (212,166,235). Sum of RGB (Red+Green+Blue) = 212+166+235=613 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.58% from 613); Green value is 166 (65.23% from 255 or 27.08% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4A6EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A6EB is #2B5914. Grayscale: #BBBBBB. Windows color (decimal): -2840853 or 15443668. OLE color: 15443668.

HSL color Cylindrical-coordinate representation of color #D4A6EB: hue angle of 280º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4A6EB is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 166 235 -
CMYK 0.10 0.29 0 0.08
HSL 280º 0.63% 0.79% -
HSV(B) 280º 0.29% 0.92% -
XYZ 55.78 47.27 84.78 -
YUV 187.62 154.74 145.39 -
System Red Green Blue C M Y K H S L
Decimal 212 166 235 0.10 0.29 0 0.08 280 0.63 0.79
Hex D4 A6 EB A 1D 0 8 118 3F 4F
Octal 324 246 353 12 35 0 10 430 77 117
Binary 11010100 10100110 11101011 1010 11101 0 1000 100011000 111111 1001111

Color Harmonies of #D4A6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A6EB

Black with #D4A6EB

Text Example


Text Example

White with #D4A6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A6EB; }

 p { color: rgb(212,166,235); }

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

background-color css

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

 a { background-color: rgb(212,166,235); }

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

border-color css

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

 span { border-color: rgb(212,166,235); }

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