Html Css Color HEX #D08AE8 Wisteria

📋 copy color: '#D08AE8'

red 208 ◦ green 138 ◦ blue 232

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

Shades of Wisteria #D08AE8

Tints of Wisteria #D08AE8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.88%

 BLUE value IS 232 (91.02% from 255) = 40.14%

R = 35.99%
G = 23.88%
B = 40.14%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D08AE8 (or 0xD08AE8) is known color: Wisteria. HEX triplet: D0, 8A and E8. RGB value is (208,138,232). Sum of RGB (Red+Green+Blue) = 208+138+232=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 232 (91.02% from 255 or 40.14% from 578); Max value from RGB is 232 - color contains mainly: blue. Hex color #D08AE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08AE8 is #2F7517. Grayscale: #A9A9A9. Windows color (decimal): -3110168 or 15239888. OLE color: 15239888.

HSL color Cylindrical-coordinate representation of color #D08AE8: hue angle of 284.68º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D08AE8 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 138 232 -
CMYK 0.10 0.41 0 0.09
HSL 284.68º 0.67% 0.73% -
HSV(B) 284.68º 0.41% 0.91% -
XYZ 49.67 37.41 80.95 -
YUV 169.65 163.19 155.36 -
System Red Green Blue C M Y K H S L
Decimal 208 138 232 0.10 0.41 0 0.09 284.68 0.67 0.73
Hex D0 8A E8 A 29 0 9 11D 43 49
Octal 320 212 350 12 51 0 11 435 103 111
Binary 11010000 10001010 11101000 1010 101001 0 1001 100011101 1000011 1001001

Color Harmonies of #D08AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08AE8

Black with #D08AE8

Text Example


Text Example

White with #D08AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08AE8; }

 p { color: rgb(208,138,232); }

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

background-color css

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

 a { background-color: rgb(208,138,232); }

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

border-color css

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

 span { border-color: rgb(208,138,232); }

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