Html Css Color HEX #D0A8E9 Wisteria

📋 copy color: '#D0A8E9'

red 208 ◦ green 168 ◦ blue 233

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

Shades of Wisteria #D0A8E9

Tints of Wisteria #D0A8E9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.59%

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

R = 34.15%
G = 27.59%
B = 38.26%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D0A8E9 (or 0xD0A8E9) is known color: Wisteria. HEX triplet: D0, A8 and E9. RGB value is (208,168,233). Sum of RGB (Red+Green+Blue) = 208+168+233=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 233 - color contains mainly: blue. Hex color #D0A8E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A8E9 is #2F5716. Grayscale: #BBBBBB. Windows color (decimal): -3102487 or 15313104. OLE color: 15313104.

HSL color Cylindrical-coordinate representation of color #D0A8E9: hue angle of 276.92º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0A8E9 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 168 233 -
CMYK 0.11 0.28 0 0.09
HSL 276.92º 0.6% 0.79% -
HSV(B) 276.92º 0.28% 0.91% -
XYZ 54.72 47.3 83.34 -
YUV 187.37 153.75 142.71 -
System Red Green Blue C M Y K H S L
Decimal 208 168 233 0.11 0.28 0 0.09 276.92 0.6 0.79
Hex D0 A8 E9 B 1C 0 9 115 3C 4F
Octal 320 250 351 13 34 0 11 425 74 117
Binary 11010000 10101000 11101001 1011 11100 0 1001 100010101 111100 1001111

Color Harmonies of #D0A8E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A8E9

Black with #D0A8E9

Text Example


Text Example

White with #D0A8E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A8E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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