Html Css Color HEX #D08BEB Wisteria

📋 copy color: '#D08BEB'

red 208 ◦ green 139 ◦ blue 235

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

Shades of Wisteria #D08BEB

Tints of Wisteria #D08BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.38%

R = 35.74%
G = 23.88%
B = 40.38%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D08BEB (or 0xD08BEB) is known color: Wisteria. HEX triplet: D0, 8B and EB. RGB value is (208,139,235). Sum of RGB (Red+Green+Blue) = 208+139+235=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 139 (54.69% from 255 or 23.88% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #D08BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08BEB is #2F7414. Grayscale: #AAAAAA. Windows color (decimal): -3109909 or 15436752. OLE color: 15436752.

HSL color Cylindrical-coordinate representation of color #D08BEB: hue angle of 283.12º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D08BEB is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 139 235 -
CMYK 0.11 0.41 0 0.08
HSL 283.13º 0.71% 0.73% -
HSV(B) 283.13º 0.41% 0.92% -
XYZ 50.24 37.87 83.26 -
YUV 170.58 164.36 154.69 -
System Red Green Blue C M Y K H S L
Decimal 208 139 235 0.11 0.41 0 0.08 283.13 0.71 0.73
Hex D0 8B EB B 29 0 8 11B 47 49
Octal 320 213 353 13 51 0 10 433 107 111
Binary 11010000 10001011 11101011 1011 101001 0 1000 100011011 1000111 1001001

Color Harmonies of #D08BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08BEB

Black with #D08BEB

Text Example


Text Example

White with #D08BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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