Html Css Color HEX #D4AFE6 Wisteria

📋 copy color: '#D4AFE6'

red 212 ◦ green 175 ◦ blue 230

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

Shades of Wisteria #D4AFE6

Tints of Wisteria #D4AFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.28%

R = 34.36%
G = 28.36%
B = 37.28%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D4AFE6 (or 0xD4AFE6) is known color: Wisteria. HEX triplet: D4, AF and E6. RGB value is (212,175,230). Sum of RGB (Red+Green+Blue) = 212+175+230=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 230 - color contains mainly: blue. Hex color #D4AFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AFE6 is #2B5019. Grayscale: #C0C0C0. Windows color (decimal): -2838554 or 15118292. OLE color: 15118292.

HSL color Cylindrical-coordinate representation of color #D4AFE6: hue angle of 280.36º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4AFE6 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 212 175 230 -
CMYK 0.08 0.24 0 0.10
HSL 280.36º 0.52% 0.79% -
HSV(B) 280.36º 0.24% 0.9% -
XYZ 56.76 50.37 81.59 -
YUV 192.33 149.26 142.03 -
System Red Green Blue C M Y K H S L
Decimal 212 175 230 0.08 0.24 0 0.10 280.36 0.52 0.79
Hex D4 AF E6 8 18 0 A 118 34 4F
Octal 324 257 346 10 30 0 12 430 64 117
Binary 11010100 10101111 11100110 1000 11000 0 1010 100011000 110100 1001111

Color Harmonies of #D4AFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AFE6

Black with #D4AFE6

Text Example


Text Example

White with #D4AFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AFE6; }

 p { color: rgb(212,175,230); }

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

background-color css

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

 a { background-color: rgb(212,175,230); }

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

border-color css

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

 span { border-color: rgb(212,175,230); }

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