Html Css Color HEX #D08BEE Wisteria

📋 copy color: '#D08BEE'

red 208 ◦ green 139 ◦ blue 238

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

Shades of Wisteria #D08BEE

Tints of Wisteria #D08BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.68%

R = 35.56%
G = 23.76%
B = 40.68%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D08BEE (or 0xD08BEE) is known color: Wisteria. HEX triplet: D0, 8B and EE. RGB value is (208,139,238). Sum of RGB (Red+Green+Blue) = 208+139+238=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #D08BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08BEE is #2F7411. Grayscale: #AAAAAA. Windows color (decimal): -3109906 or 15633360. OLE color: 15633360.

HSL color Cylindrical-coordinate representation of color #D08BEE: hue angle of 281.82º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D08BEE is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 139 238 -
CMYK 0.13 0.42 0 0.07
HSL 281.82º 0.74% 0.74% -
HSV(B) 281.82º 0.42% 0.93% -
XYZ 50.68 38.05 85.56 -
YUV 170.92 165.86 154.45 -
System Red Green Blue C M Y K H S L
Decimal 208 139 238 0.13 0.42 0 0.07 281.82 0.74 0.74
Hex D0 8B EE D 2A 0 7 11A 4A 4A
Octal 320 213 356 15 52 0 7 432 112 112
Binary 11010000 10001011 11101110 1101 101010 0 111 100011010 1001010 1001010

Color Harmonies of #D08BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08BEE

Black with #D08BEE

Text Example


Text Example

White with #D08BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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