Html Css Color HEX #D08FDD Wisteria

📋 copy color: '#D08FDD'

red 208 ◦ green 143 ◦ blue 221

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

Shades of Wisteria #D08FDD

Tints of Wisteria #D08FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 36.36%
G = 25%
B = 38.64%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D08FDD (or 0xD08FDD) is known color: Wisteria. HEX triplet: D0, 8F and DD. RGB value is (208,143,221). Sum of RGB (Red+Green+Blue) = 208+143+221=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #D08FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FDD is #2F7022. Grayscale: #ABABAB. Windows color (decimal): -3108899 or 14520272. OLE color: 14520272.

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

Color convert

RGB 208 143 221 -
CMYK 0.06 0.35 0 0.13
HSL 290º 0.53% 0.71% -
HSV(B) 290º 0.35% 0.87% -
XYZ 48.89 38.28 73.22 -
YUV 171.33 156.03 154.16 -
System Red Green Blue C M Y K H S L
Decimal 208 143 221 0.06 0.35 0 0.13 290 0.53 0.71
Hex D0 8F DD 6 23 0 D 122 35 47
Octal 320 217 335 6 43 0 15 442 65 107
Binary 11010000 10001111 11011101 110 100011 0 1101 100100010 110101 1000111

Color Harmonies of #D08FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08FDD

Black with #D08FDD

Text Example


Text Example

White with #D08FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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