Html Css Color HEX #D6AFE7 Wisteria

📋 copy color: '#D6AFE7'

red 214 ◦ green 175 ◦ blue 231

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

Shades of Wisteria #D6AFE7

Tints of Wisteria #D6AFE7

RGB

 RED value IS 214 (83.98% from 255) = 34.52%

 GREEN value IS 175 (68.75% from 255) = 28.23%

 BLUE value IS 231 (90.63% from 255) = 37.26%

R = 34.52%
G = 28.23%
B = 37.26%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D6AFE7 (or 0xD6AFE7) is known color: Wisteria. HEX triplet: D6, AF and E7. RGB value is (214,175,231). Sum of RGB (Red+Green+Blue) = 214+175+231=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 231 (90.62% from 255 or 37.26% from 620); Max value from RGB is 231 - color contains mainly: blue. Hex color #D6AFE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AFE7 is #295018. Grayscale: #C0C0C0. Windows color (decimal): -2707481 or 15183830. OLE color: 15183830.

HSL color Cylindrical-coordinate representation of color #D6AFE7: hue angle of 281.79º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6AFE7 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 175 231 -
CMYK 0.07 0.24 0 0.09
HSL 281.79º 0.54% 0.8% -
HSV(B) 281.79º 0.24% 0.91% -
XYZ 57.49 50.73 82.36 -
YUV 193.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 214 175 231 0.07 0.24 0 0.09 281.79 0.54 0.8
Hex D6 AF E7 7 18 0 9 11A 36 50
Octal 326 257 347 7 30 0 11 432 66 120
Binary 11010110 10101111 11100111 111 11000 0 1001 100011010 110110 1010000

Color Harmonies of #D6AFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFE7

Black with #D6AFE7

Text Example


Text Example

White with #D6AFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFE7; }

 p { color: rgb(214,175,231); }

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

background-color css

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

 a { background-color: rgb(214,175,231); }

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

border-color css

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

 span { border-color: rgb(214,175,231); }

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