Html Css Color HEX #D4A8EB Wisteria

📋 copy color: '#D4A8EB'

red 212 ◦ green 168 ◦ blue 235

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

Shades of Wisteria #D4A8EB

Tints of Wisteria #D4A8EB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.32%

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

R = 34.47%
G = 27.32%
B = 38.21%

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

#D4A8EB (or 0xD4A8EB) is known color: Wisteria. HEX triplet: D4, A8 and EB. RGB value is (212,168,235). Sum of RGB (Red+Green+Blue) = 212+168+235=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 168 (66.02% from 255 or 27.32% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4A8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A8EB is #2B5714. Grayscale: #BCBCBC. Windows color (decimal): -2840341 or 15444180. OLE color: 15444180.

HSL color Cylindrical-coordinate representation of color #D4A8EB: hue angle of 279.4º 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 #D4A8EB is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 168 235 -
CMYK 0.10 0.29 0 0.08
HSL 279.4º 0.63% 0.79% -
HSV(B) 279.4º 0.29% 0.92% -
XYZ 56.15 48 84.9 -
YUV 188.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 212 168 235 0.10 0.29 0 0.08 279.4 0.63 0.79
Hex D4 A8 EB A 1D 0 8 117 3F 4F
Octal 324 250 353 12 35 0 10 427 77 117
Binary 11010100 10101000 11101011 1010 11101 0 1000 100010111 111111 1001111

Color Harmonies of #D4A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A8EB

Black with #D4A8EB

Text Example


Text Example

White with #D4A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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