Html Css Color HEX #D08BDC Wisteria

📋 copy color: '#D08BDC'

red 208 ◦ green 139 ◦ blue 220

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

Shades of Wisteria #D08BDC

Tints of Wisteria #D08BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.51%

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

R = 36.68%
G = 24.51%
B = 38.8%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D08BDC (or 0xD08BDC) is known color: Wisteria. HEX triplet: D0, 8B and DC. RGB value is (208,139,220). Sum of RGB (Red+Green+Blue) = 208+139+220=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #D08BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08BDC is #2F7423. Grayscale: #A8A8A8. Windows color (decimal): -3109924 or 14453712. OLE color: 14453712.

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

Color convert

RGB 208 139 220 -
CMYK 0.05 0.37 0 0.14
HSL 291.11º 0.54% 0.7% -
HSV(B) 291.11º 0.37% 0.86% -
XYZ 48.16 37.04 72.32 -
YUV 168.87 156.86 155.91 -
System Red Green Blue C M Y K H S L
Decimal 208 139 220 0.05 0.37 0 0.14 291.11 0.54 0.7
Hex D0 8B DC 5 25 0 E 123 36 46
Octal 320 213 334 5 45 0 16 443 66 106
Binary 11010000 10001011 11011100 101 100101 0 1110 100100011 110110 1000110

Color Harmonies of #D08BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08BDC

Black with #D08BDC

Text Example


Text Example

White with #D08BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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