Html Css Color HEX #D0A3EE Wisteria

📋 copy color: '#D0A3EE'

red 208 ◦ green 163 ◦ blue 238

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

Shades of Wisteria #D0A3EE

Tints of Wisteria #D0A3EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.08%

R = 34.15%
G = 26.77%
B = 39.08%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D0A3EE (or 0xD0A3EE) is known color: Wisteria. HEX triplet: D0, A3 and EE. RGB value is (208,163,238). Sum of RGB (Red+Green+Blue) = 208+163+238=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 163 (64.06% from 255 or 26.77% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0A3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A3EE is #2F5C11. Grayscale: #B8B8B8. Windows color (decimal): -3103762 or 15639504. OLE color: 15639504.

HSL color Cylindrical-coordinate representation of color #D0A3EE: hue angle of 276º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0A3EE is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 163 238 -
CMYK 0.13 0.32 0 0.07
HSL 276º 0.69% 0.79% -
HSV(B) 276º 0.32% 0.93% -
XYZ 54.54 45.78 86.85 -
YUV 185.01 157.91 144.4 -
System Red Green Blue C M Y K H S L
Decimal 208 163 238 0.13 0.32 0 0.07 276 0.69 0.79
Hex D0 A3 EE D 20 0 7 114 45 4F
Octal 320 243 356 15 40 0 7 424 105 117
Binary 11010000 10100011 11101110 1101 100000 0 111 100010100 1000101 1001111

Color Harmonies of #D0A3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A3EE

Black with #D0A3EE

Text Example


Text Example

White with #D0A3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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