Html Css Color HEX #D08EDB Wisteria

📋 copy color: '#D08EDB'

red 208 ◦ green 142 ◦ blue 219

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

Shades of Wisteria #D08EDB

Tints of Wisteria #D08EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.96%

 BLUE value IS 219 (85.94% from 255) = 38.49%

R = 36.56%
G = 24.96%
B = 38.49%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D08EDB (or 0xD08EDB) is known color: Wisteria. HEX triplet: D0, 8E and DB. RGB value is (208,142,219). Sum of RGB (Red+Green+Blue) = 208+142+219=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 142 (55.86% from 255 or 24.96% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #D08EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08EDB is #2F7124. Grayscale: #AAAAAA. Windows color (decimal): -3109157 or 14388944. OLE color: 14388944.

HSL color Cylindrical-coordinate representation of color #D08EDB: hue angle of 291.43º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D08EDB is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 142 219 -
CMYK 0.05 0.35 0 0.14
HSL 291.43º 0.52% 0.71% -
HSV(B) 291.43º 0.35% 0.86% -
XYZ 48.47 37.87 71.77 -
YUV 170.51 155.37 154.74 -
System Red Green Blue C M Y K H S L
Decimal 208 142 219 0.05 0.35 0 0.14 291.43 0.52 0.71
Hex D0 8E DB 5 23 0 E 123 34 47
Octal 320 216 333 5 43 0 16 443 64 107
Binary 11010000 10001110 11011011 101 100011 0 1110 100100011 110100 1000111

Color Harmonies of #D08EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08EDB

Black with #D08EDB

Text Example


Text Example

White with #D08EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08EDB; }

 p { color: rgb(208,142,219); }

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

background-color css

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

 a { background-color: rgb(208,142,219); }

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

border-color css

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

 span { border-color: rgb(208,142,219); }

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