Html Css Color HEX #D0A3E9 Wisteria

📋 copy color: '#D0A3E9'

red 208 ◦ green 163 ◦ blue 233

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

Shades of Wisteria #D0A3E9

Tints of Wisteria #D0A3E9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.99%

 BLUE value IS 233 (91.41% from 255) = 38.58%

R = 34.44%
G = 26.99%
B = 38.58%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D0A3E9 (or 0xD0A3E9) is known color: Wisteria. HEX triplet: D0, A3 and E9. RGB value is (208,163,233). Sum of RGB (Red+Green+Blue) = 208+163+233=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 163 (64.06% from 255 or 26.99% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 233 - color contains mainly: blue. Hex color #D0A3E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A3E9 is #2F5C16. Grayscale: #B8B8B8. Windows color (decimal): -3103767 or 15311824. OLE color: 15311824.

HSL color Cylindrical-coordinate representation of color #D0A3E9: hue angle of 278.57º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0A3E9 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 163 233 -
CMYK 0.11 0.30 0 0.09
HSL 278.57º 0.61% 0.78% -
HSV(B) 278.57º 0.3% 0.91% -
XYZ 53.82 45.49 83.03 -
YUV 184.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 208 163 233 0.11 0.30 0 0.09 278.57 0.61 0.78
Hex D0 A3 E9 B 1E 0 9 117 3D 4E
Octal 320 243 351 13 36 0 11 427 75 116
Binary 11010000 10100011 11101001 1011 11110 0 1001 100010111 111101 1001110

Color Harmonies of #D0A3E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A3E9

Black with #D0A3E9

Text Example


Text Example

White with #D0A3E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A3E9; }

 p { color: rgb(208,163,233); }

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

background-color css

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

 a { background-color: rgb(208,163,233); }

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

border-color css

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

 span { border-color: rgb(208,163,233); }

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