Html Css Color HEX #D08BDB Wisteria

📋 copy color: '#D08BDB'

red 208 ◦ green 139 ◦ blue 219

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

Shades of Wisteria #D08BDB

Tints of Wisteria #D08BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.56%

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

R = 36.75%
G = 24.56%
B = 38.69%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D08BDB (or 0xD08BDB) is known color: Wisteria. HEX triplet: D0, 8B and DB. RGB value is (208,139,219). Sum of RGB (Red+Green+Blue) = 208+139+219=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #D08BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08BDB is #2F7424. Grayscale: #A8A8A8. Windows color (decimal): -3109925 or 14388176. OLE color: 14388176.

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

Color convert

RGB 208 139 219 -
CMYK 0.05 0.37 0 0.14
HSL 291.75º 0.53% 0.7% -
HSV(B) 291.75º 0.37% 0.86% -
XYZ 48.03 36.99 71.63 -
YUV 168.75 156.36 156 -
System Red Green Blue C M Y K H S L
Decimal 208 139 219 0.05 0.37 0 0.14 291.75 0.53 0.7
Hex D0 8B DB 5 25 0 E 124 35 46
Octal 320 213 333 5 45 0 16 444 65 106
Binary 11010000 10001011 11011011 101 100101 0 1110 100100100 110101 1000110

Color Harmonies of #D08BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08BDB

Black with #D08BDB

Text Example


Text Example

White with #D08BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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