Html Css Color HEX #D2A6EF Wisteria

📋 copy color: '#D2A6EF'

red 210 ◦ green 166 ◦ blue 239

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

Shades of Wisteria #D2A6EF

Tints of Wisteria #D2A6EF

RGB

 RED value IS 210 (82.42% from 255) = 34.15%

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

 BLUE value IS 239 (93.75% from 255) = 38.86%

R = 34.15%
G = 26.99%
B = 38.86%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D2A6EF (or 0xD2A6EF) is known color: Wisteria. HEX triplet: D2, A6 and EF. RGB value is (210,166,239). Sum of RGB (Red+Green+Blue) = 210+166+239=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 166 (65.23% from 255 or 26.99% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2A6EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A6EF is #2D5910. Grayscale: #BBBBBB. Windows color (decimal): -2971921 or 15705810. OLE color: 15705810.

HSL color Cylindrical-coordinate representation of color #D2A6EF: hue angle of 276.16º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2A6EF is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 166 239 -
CMYK 0.12 0.31 0 0.06
HSL 276.16º 0.7% 0.79% -
HSV(B) 276.16º 0.31% 0.94% -
XYZ 55.79 47.21 87.83 -
YUV 187.48 157.08 144.06 -
System Red Green Blue C M Y K H S L
Decimal 210 166 239 0.12 0.31 0 0.06 276.16 0.7 0.79
Hex D2 A6 EF C 1F 0 6 114 46 4F
Octal 322 246 357 14 37 0 6 424 106 117
Binary 11010010 10100110 11101111 1100 11111 0 110 100010100 1000110 1001111

Color Harmonies of #D2A6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A6EF

Black with #D2A6EF

Text Example


Text Example

White with #D2A6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A6EF; }

 p { color: rgb(210,166,239); }

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

background-color css

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

 a { background-color: rgb(210,166,239); }

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

border-color css

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

 span { border-color: rgb(210,166,239); }

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