Html Css Color HEX #D7A6FE Mauve

📋 copy color: '#D7A6FE'

red 215 ◦ green 166 ◦ blue 254

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

Shades of Mauve #D7A6FE

Tints of Mauve #D7A6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40%

R = 33.86%
G = 26.14%
B = 40%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D7A6FE (or 0xD7A6FE) is known color: Mauve. HEX triplet: D7, A6 and FE. RGB value is (215,166,254). Sum of RGB (Red+Green+Blue) = 215+166+254=635 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.86% from 635); Green value is 166 (65.23% from 255 or 26.14% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7A6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A6FE is #285901. Grayscale: #BEBEBE. Windows color (decimal): -2644226 or 16688855. OLE color: 16688855.

HSL color Cylindrical-coordinate representation of color #D7A6FE: hue angle of 273.41º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D7A6FE is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 215 166 254 -
CMYK 0.15 0.35 0 0.00
HSL 273.41º 0.98% 0.82% -
HSV(B) 273.41º 0.35% 1% -
XYZ 59.55 48.88 100.06 -
YUV 190.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 215 166 254 0.15 0.35 0 0.00 273.41 0.98 0.82
Hex D7 A6 FE F 23 0 0 111 62 52
Octal 327 246 376 17 43 0 0 421 142 122
Binary 11010111 10100110 11111110 1111 100011 0 0 100010001 1100010 1010010

Color Harmonies of #D7A6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A6FE

Black with #D7A6FE

Text Example


Text Example

White with #D7A6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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