Html Css Color HEX #D0A3EB Wisteria

📋 copy color: '#D0A3EB'

red 208 ◦ green 163 ◦ blue 235

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

Shades of Wisteria #D0A3EB

Tints of Wisteria #D0A3EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.78%

R = 34.32%
G = 26.9%
B = 38.78%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D0A3EB (or 0xD0A3EB) is known color: Wisteria. HEX triplet: D0, A3 and EB. RGB value is (208,163,235). Sum of RGB (Red+Green+Blue) = 208+163+235=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 163 (64.06% from 255 or 26.90% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0A3EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A3EB is #2F5C14. Grayscale: #B8B8B8. Windows color (decimal): -3103765 or 15442896. OLE color: 15442896.

HSL color Cylindrical-coordinate representation of color #D0A3EB: hue angle of 277.5º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0A3EB is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 163 235 -
CMYK 0.11 0.31 0 0.08
HSL 277.5º 0.64% 0.78% -
HSV(B) 277.5º 0.31% 0.92% -
XYZ 54.11 45.6 84.55 -
YUV 184.66 156.41 144.65 -
System Red Green Blue C M Y K H S L
Decimal 208 163 235 0.11 0.31 0 0.08 277.5 0.64 0.78
Hex D0 A3 EB B 1F 0 8 116 40 4E
Octal 320 243 353 13 37 0 10 426 100 116
Binary 11010000 10100011 11101011 1011 11111 0 1000 100010110 1000000 1001110

Color Harmonies of #D0A3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A3EB

Black with #D0A3EB

Text Example


Text Example

White with #D0A3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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