Html Css Color HEX #D08BEA Wisteria

📋 copy color: '#D08BEA'

red 208 ◦ green 139 ◦ blue 234

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

Shades of Wisteria #D08BEA

Tints of Wisteria #D08BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.28%

R = 35.8%
G = 23.92%
B = 40.28%

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

#D08BEA (or 0xD08BEA) is known color: Wisteria. HEX triplet: D0, 8B and EA. RGB value is (208,139,234). Sum of RGB (Red+Green+Blue) = 208+139+234=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #D08BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08BEA is #2F7415. Grayscale: #AAAAAA. Windows color (decimal): -3109910 or 15371216. OLE color: 15371216.

HSL color Cylindrical-coordinate representation of color #D08BEA: hue angle of 283.58º degrees, saturation: 0.69, 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 #D08BEA is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 139 234 -
CMYK 0.11 0.41 0 0.08
HSL 283.58º 0.69% 0.73% -
HSV(B) 283.58º 0.41% 0.92% -
XYZ 50.1 37.82 82.5 -
YUV 170.46 163.86 154.78 -
System Red Green Blue C M Y K H S L
Decimal 208 139 234 0.11 0.41 0 0.08 283.58 0.69 0.73
Hex D0 8B EA B 29 0 8 11C 45 49
Octal 320 213 352 13 51 0 10 434 105 111
Binary 11010000 10001011 11101010 1011 101001 0 1000 100011100 1000101 1001001

Color Harmonies of #D08BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08BEA

Black with #D08BEA

Text Example


Text Example

White with #D08BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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