Html Css Color HEX #D0A4EF Wisteria

📋 copy color: '#D0A4EF'

red 208 ◦ green 164 ◦ blue 239

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

Shades of Wisteria #D0A4EF

Tints of Wisteria #D0A4EF

RGB

 RED value IS 208 (81.64% from 255) = 34.04%

 GREEN value IS 164 (64.45% from 255) = 26.84%

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

R = 34.04%
G = 26.84%
B = 39.12%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D0A4EF (or 0xD0A4EF) is known color: Wisteria. HEX triplet: D0, A4 and EF. RGB value is (208,164,239). Sum of RGB (Red+Green+Blue) = 208+164+239=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0A4EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A4EF is #2F5B10. Grayscale: #B9B9B9. Windows color (decimal): -3103505 or 15705296. OLE color: 15705296.

HSL color Cylindrical-coordinate representation of color #D0A4EF: hue angle of 275.2º 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 #D0A4EF is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 164 239 -
CMYK 0.13 0.31 0 0.06
HSL 275.2º 0.7% 0.79% -
HSV(B) 275.2º 0.31% 0.94% -
XYZ 54.87 46.19 87.69 -
YUV 185.71 158.08 143.9 -
System Red Green Blue C M Y K H S L
Decimal 208 164 239 0.13 0.31 0 0.06 275.2 0.7 0.79
Hex D0 A4 EF D 1F 0 6 113 46 4F
Octal 320 244 357 15 37 0 6 423 106 117
Binary 11010000 10100100 11101111 1101 11111 0 110 100010011 1000110 1001111

Color Harmonies of #D0A4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A4EF

Black with #D0A4EF

Text Example


Text Example

White with #D0A4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A4EF; }

 p { color: rgb(208,164,239); }

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

background-color css

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

 a { background-color: rgb(208,164,239); }

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

border-color css

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

 span { border-color: rgb(208,164,239); }

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