Html Css Color HEX #D08CDC Wisteria

📋 copy color: '#D08CDC'

red 208 ◦ green 140 ◦ blue 220

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

Shades of Wisteria #D08CDC

Tints of Wisteria #D08CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.65%

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

R = 36.62%
G = 24.65%
B = 38.73%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D08CDC (or 0xD08CDC) is known color: Wisteria. HEX triplet: D0, 8C and DC. RGB value is (208,140,220). Sum of RGB (Red+Green+Blue) = 208+140+220=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #D08CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08CDC is #2F7323. Grayscale: #A9A9A9. Windows color (decimal): -3109668 or 14453968. OLE color: 14453968.

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

Color convert

RGB 208 140 220 -
CMYK 0.05 0.36 0 0.14
HSL 291º 0.53% 0.71% -
HSV(B) 291º 0.36% 0.86% -
XYZ 48.31 37.33 72.37 -
YUV 169.45 156.53 155.5 -
System Red Green Blue C M Y K H S L
Decimal 208 140 220 0.05 0.36 0 0.14 291 0.53 0.71
Hex D0 8C DC 5 24 0 E 123 35 47
Octal 320 214 334 5 44 0 16 443 65 107
Binary 11010000 10001100 11011100 101 100100 0 1110 100100011 110101 1000111

Color Harmonies of #D08CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08CDC

Black with #D08CDC

Text Example


Text Example

White with #D08CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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