Html Css Color HEX #D4A7ED Wisteria

📋 copy color: '#D4A7ED'

red 212 ◦ green 167 ◦ blue 237

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

Shades of Wisteria #D4A7ED

Tints of Wisteria #D4A7ED

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.11%

 BLUE value IS 237 (92.97% from 255) = 38.47%

R = 34.42%
G = 27.11%
B = 38.47%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D4A7ED (or 0xD4A7ED) is known color: Wisteria. HEX triplet: D4, A7 and ED. RGB value is (212,167,237). Sum of RGB (Red+Green+Blue) = 212+167+237=616 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.42% from 616); Green value is 167 (65.62% from 255 or 27.11% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4A7ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A7ED is #2B5812. Grayscale: #BCBCBC. Windows color (decimal): -2840595 or 15574996. OLE color: 15574996.

HSL color Cylindrical-coordinate representation of color #D4A7ED: hue angle of 278.57º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4A7ED is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 167 237 -
CMYK 0.11 0.30 0 0.07
HSL 278.57º 0.66% 0.79% -
HSV(B) 278.57º 0.3% 0.93% -
XYZ 56.26 47.75 86.37 -
YUV 188.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 212 167 237 0.11 0.30 0 0.07 278.57 0.66 0.79
Hex D4 A7 ED B 1E 0 7 117 42 4F
Octal 324 247 355 13 36 0 7 427 102 117
Binary 11010100 10100111 11101101 1011 11110 0 111 100010111 1000010 1001111

Color Harmonies of #D4A7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A7ED

Black with #D4A7ED

Text Example


Text Example

White with #D4A7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A7ED; }

 p { color: rgb(212,167,237); }

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

background-color css

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

 a { background-color: rgb(212,167,237); }

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

border-color css

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

 span { border-color: rgb(212,167,237); }

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