Html Css Color HEX #D08AEE Wisteria

📋 copy color: '#D08AEE'

red 208 ◦ green 138 ◦ blue 238

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

Shades of Wisteria #D08AEE

Tints of Wisteria #D08AEE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.63%

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

R = 35.62%
G = 23.63%
B = 40.75%

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

#D08AEE (or 0xD08AEE) is known color: Wisteria. HEX triplet: D0, 8A and EE. RGB value is (208,138,238). Sum of RGB (Red+Green+Blue) = 208+138+238=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #D08AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08AEE is #2F7511. Grayscale: #AAAAAA. Windows color (decimal): -3110162 or 15633104. OLE color: 15633104.

HSL color Cylindrical-coordinate representation of color #D08AEE: hue angle of 282º degrees, saturation: 0.75, 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 #D08AEE is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 138 238 -
CMYK 0.13 0.42 0 0.07
HSL 282º 0.75% 0.74% -
HSV(B) 282º 0.42% 0.93% -
XYZ 50.53 37.76 85.51 -
YUV 170.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 208 138 238 0.13 0.42 0 0.07 282 0.75 0.74
Hex D0 8A EE D 2A 0 7 11A 4B 4A
Octal 320 212 356 15 52 0 7 432 113 112
Binary 11010000 10001010 11101110 1101 101010 0 111 100011010 1001011 1001010

Color Harmonies of #D08AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08AEE

Black with #D08AEE

Text Example


Text Example

White with #D08AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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