Html Css Color HEX #D08EDC Wisteria

📋 copy color: '#D08EDC'

red 208 ◦ green 142 ◦ blue 220

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

Shades of Wisteria #D08EDC

Tints of Wisteria #D08EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.6%

R = 36.49%
G = 24.91%
B = 38.6%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D08EDC (or 0xD08EDC) is known color: Wisteria. HEX triplet: D0, 8E and DC. RGB value is (208,142,220). Sum of RGB (Red+Green+Blue) = 208+142+220=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #D08EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08EDC is #2F7123. Grayscale: #AAAAAA. Windows color (decimal): -3109156 or 14454480. OLE color: 14454480.

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

Color convert

RGB 208 142 220 -
CMYK 0.05 0.35 0 0.14
HSL 290.77º 0.53% 0.71% -
HSV(B) 290.77º 0.35% 0.86% -
XYZ 48.6 37.92 72.47 -
YUV 170.63 155.87 154.66 -
System Red Green Blue C M Y K H S L
Decimal 208 142 220 0.05 0.35 0 0.14 290.77 0.53 0.71
Hex D0 8E DC 5 23 0 E 123 35 47
Octal 320 216 334 5 43 0 16 443 65 107
Binary 11010000 10001110 11011100 101 100011 0 1110 100100011 110101 1000111

Color Harmonies of #D08EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08EDC

Black with #D08EDC

Text Example


Text Example

White with #D08EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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