Html Css Color HEX #D08EEA Wisteria

📋 copy color: '#D08EEA'

red 208 ◦ green 142 ◦ blue 234

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

Shades of Wisteria #D08EEA

Tints of Wisteria #D08EEA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.32%

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

R = 35.62%
G = 24.32%
B = 40.07%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D08EEA (or 0xD08EEA) is known color: Wisteria. HEX triplet: D0, 8E and EA. RGB value is (208,142,234). Sum of RGB (Red+Green+Blue) = 208+142+234=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 142 (55.86% from 255 or 24.32% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #D08EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08EEA is #2F7115. Grayscale: #ABABAB. Windows color (decimal): -3109142 or 15371984. OLE color: 15371984.

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

Color convert

RGB 208 142 234 -
CMYK 0.11 0.39 0 0.08
HSL 283.04º 0.69% 0.74% -
HSV(B) 283.04º 0.39% 0.92% -
XYZ 50.54 38.7 82.65 -
YUV 172.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 208 142 234 0.11 0.39 0 0.08 283.04 0.69 0.74
Hex D0 8E EA B 27 0 8 11B 45 4A
Octal 320 216 352 13 47 0 10 433 105 112
Binary 11010000 10001110 11101010 1011 100111 0 1000 100011011 1000101 1001010

Color Harmonies of #D08EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08EEA

Black with #D08EEA

Text Example


Text Example

White with #D08EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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