Html Css Color HEX #D7A6ED Wisteria

📋 copy color: '#D7A6ED'

red 215 ◦ green 166 ◦ blue 237

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

Shades of Wisteria #D7A6ED

Tints of Wisteria #D7A6ED

RGB

 RED value IS 215 (84.38% from 255) = 34.79%

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

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

R = 34.79%
G = 26.86%
B = 38.35%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D7A6ED (or 0xD7A6ED) is known color: Wisteria. HEX triplet: D7, A6 and ED. RGB value is (215,166,237). Sum of RGB (Red+Green+Blue) = 215+166+237=618 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.79% from 618); Green value is 166 (65.23% from 255 or 26.86% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #D7A6ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A6ED is #285912. Grayscale: #BCBCBC. Windows color (decimal): -2644243 or 15574743. OLE color: 15574743.

HSL color Cylindrical-coordinate representation of color #D7A6ED: hue angle of 281.41º 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 #D7A6ED is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 166 237 -
CMYK 0.09 0.30 0 0.07
HSL 281.41º 0.66% 0.79% -
HSV(B) 281.41º 0.3% 0.93% -
XYZ 56.95 47.83 86.35 -
YUV 188.75 155.23 146.73 -
System Red Green Blue C M Y K H S L
Decimal 215 166 237 0.09 0.30 0 0.07 281.41 0.66 0.79
Hex D7 A6 ED 9 1E 0 7 119 42 4F
Octal 327 246 355 11 36 0 7 431 102 117
Binary 11010111 10100110 11101101 1001 11110 0 111 100011001 1000010 1001111

Color Harmonies of #D7A6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A6ED

Black with #D7A6ED

Text Example


Text Example

White with #D7A6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A6ED; }

 p { color: rgb(215,166,237); }

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

background-color css

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

 a { background-color: rgb(215,166,237); }

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

border-color css

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

 span { border-color: rgb(215,166,237); }

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