Html Css Color HEX #D08FDB Wisteria

📋 copy color: '#D08FDB'

red 208 ◦ green 143 ◦ blue 219

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

Shades of Wisteria #D08FDB

Tints of Wisteria #D08FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.09%

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

R = 36.49%
G = 25.09%
B = 38.42%

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

#D08FDB (or 0xD08FDB) is known color: Wisteria. HEX triplet: D0, 8F and DB. RGB value is (208,143,219). Sum of RGB (Red+Green+Blue) = 208+143+219=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #D08FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FDB is #2F7024. Grayscale: #AAAAAA. Windows color (decimal): -3108901 or 14389200. OLE color: 14389200.

HSL color Cylindrical-coordinate representation of color #D08FDB: hue angle of 291.32º degrees, saturation: 0.51, 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 #D08FDB is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 143 219 -
CMYK 0.05 0.35 0 0.14
HSL 291.32º 0.51% 0.71% -
HSV(B) 291.32º 0.35% 0.86% -
XYZ 48.62 38.17 71.82 -
YUV 171.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 208 143 219 0.05 0.35 0 0.14 291.32 0.51 0.71
Hex D0 8F DB 5 23 0 E 123 33 47
Octal 320 217 333 5 43 0 16 443 63 107
Binary 11010000 10001111 11011011 101 100011 0 1110 100100011 110011 1000111

Color Harmonies of #D08FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08FDB

Black with #D08FDB

Text Example


Text Example

White with #D08FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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