Html Css Color HEX #D0A1E0 Wisteria

📋 copy color: '#D0A1E0'

red 208 ◦ green 161 ◦ blue 224

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

Shades of Wisteria #D0A1E0

Tints of Wisteria #D0A1E0

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.15%

 BLUE value IS 224 (87.89% from 255) = 37.77%

R = 35.08%
G = 27.15%
B = 37.77%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D0A1E0 (or 0xD0A1E0) is known color: Wisteria. HEX triplet: D0, A1 and E0. RGB value is (208,161,224). Sum of RGB (Red+Green+Blue) = 208+161+224=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 161 (63.28% from 255 or 27.15% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 224 - color contains mainly: blue. Hex color #D0A1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A1E0 is #2F5E1F. Grayscale: #B6B6B6. Windows color (decimal): -3104288 or 14721488. OLE color: 14721488.

HSL color Cylindrical-coordinate representation of color #D0A1E0: hue angle of 284.76º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0A1E0 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 161 224 -
CMYK 0.07 0.28 0 0.12
HSL 284.76º 0.5% 0.75% -
HSV(B) 284.76º 0.28% 0.88% -
XYZ 52.21 44.28 76.32 -
YUV 182.24 151.57 146.38 -
System Red Green Blue C M Y K H S L
Decimal 208 161 224 0.07 0.28 0 0.12 284.76 0.5 0.75
Hex D0 A1 E0 7 1C 0 C 11D 32 4B
Octal 320 241 340 7 34 0 14 435 62 113
Binary 11010000 10100001 11100000 111 11100 0 1100 100011101 110010 1001011

Color Harmonies of #D0A1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A1E0

Black with #D0A1E0

Text Example


Text Example

White with #D0A1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A1E0; }

 p { color: rgb(208,161,224); }

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

background-color css

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

 a { background-color: rgb(208,161,224); }

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

border-color css

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

 span { border-color: rgb(208,161,224); }

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