Html Css Color HEX #D08FDA Wisteria

📋 copy color: '#D08FDA'

red 208 ◦ green 143 ◦ blue 218

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

Shades of Wisteria #D08FDA

Tints of Wisteria #D08FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.13%

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

R = 36.56%
G = 25.13%
B = 38.31%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D08FDA (or 0xD08FDA) is known color: Wisteria. HEX triplet: D0, 8F and DA. RGB value is (208,143,218). Sum of RGB (Red+Green+Blue) = 208+143+218=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #D08FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FDA is #2F7025. Grayscale: #AAAAAA. Windows color (decimal): -3108902 or 14323664. OLE color: 14323664.

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

Color convert

RGB 208 143 218 -
CMYK 0.05 0.34 0 0.15
HSL 292º 0.5% 0.71% -
HSV(B) 292º 0.34% 0.85% -
XYZ 48.49 38.12 71.13 -
YUV 170.99 154.53 154.4 -
System Red Green Blue C M Y K H S L
Decimal 208 143 218 0.05 0.34 0 0.15 292 0.5 0.71
Hex D0 8F DA 5 22 0 F 124 32 47
Octal 320 217 332 5 42 0 17 444 62 107
Binary 11010000 10001111 11011010 101 100010 0 1111 100100100 110010 1000111

Color Harmonies of #D08FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08FDA

Black with #D08FDA

Text Example


Text Example

White with #D08FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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