Html Css Color HEX #D08EDA Wisteria

📋 copy color: '#D08EDA'

red 208 ◦ green 142 ◦ blue 218

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

Shades of Wisteria #D08EDA

Tints of Wisteria #D08EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 36.62%
G = 25%
B = 38.38%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D08EDA (or 0xD08EDA) is known color: Wisteria. HEX triplet: D0, 8E and DA. RGB value is (208,142,218). Sum of RGB (Red+Green+Blue) = 208+142+218=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #D08EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08EDA is #2F7125. Grayscale: #AAAAAA. Windows color (decimal): -3109158 or 14323408. OLE color: 14323408.

HSL color Cylindrical-coordinate representation of color #D08EDA: hue angle of 292.11º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D08EDA is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 142 218 -
CMYK 0.05 0.35 0 0.15
HSL 292.11º 0.51% 0.71% -
HSV(B) 292.11º 0.35% 0.85% -
XYZ 48.34 37.82 71.08 -
YUV 170.4 154.87 154.82 -
System Red Green Blue C M Y K H S L
Decimal 208 142 218 0.05 0.35 0 0.15 292.11 0.51 0.71
Hex D0 8E DA 5 23 0 F 124 33 47
Octal 320 216 332 5 43 0 17 444 63 107
Binary 11010000 10001110 11011010 101 100011 0 1111 100100100 110011 1000111

Color Harmonies of #D08EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08EDA

Black with #D08EDA

Text Example


Text Example

White with #D08EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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