Html Css Color HEX #D5AFE8 Wisteria

📋 copy color: '#D5AFE8'

red 213 ◦ green 175 ◦ blue 232

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

Shades of Wisteria #D5AFE8

Tints of Wisteria #D5AFE8

RGB

 RED value IS 213 (83.59% from 255) = 34.35%

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

 BLUE value IS 232 (91.02% from 255) = 37.42%

R = 34.35%
G = 28.23%
B = 37.42%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D5AFE8 (or 0xD5AFE8) is known color: Wisteria. HEX triplet: D5, AF and E8. RGB value is (213,175,232). Sum of RGB (Red+Green+Blue) = 213+175+232=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 232 - color contains mainly: blue. Hex color #D5AFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AFE8 is #2A5017. Grayscale: #C0C0C0. Windows color (decimal): -2773016 or 15249365. OLE color: 15249365.

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

Color convert

RGB 213 175 232 -
CMYK 0.08 0.25 0 0.09
HSL 280º 0.55% 0.8% -
HSV(B) 280º 0.25% 0.91% -
XYZ 57.34 50.63 83.1 -
YUV 192.86 150.09 142.37 -
System Red Green Blue C M Y K H S L
Decimal 213 175 232 0.08 0.25 0 0.09 280 0.55 0.8
Hex D5 AF E8 8 19 0 9 118 37 50
Octal 325 257 350 10 31 0 11 430 67 120
Binary 11010101 10101111 11101000 1000 11001 0 1001 100011000 110111 1010000

Color Harmonies of #D5AFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AFE8

Black with #D5AFE8

Text Example


Text Example

White with #D5AFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AFE8; }

 p { color: rgb(213,175,232); }

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

background-color css

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

 a { background-color: rgb(213,175,232); }

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

border-color css

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

 span { border-color: rgb(213,175,232); }

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