Html Css Color HEX #D09CDC Wisteria

📋 copy color: '#D09CDC'

red 208 ◦ green 156 ◦ blue 220

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

Shades of Wisteria #D09CDC

Tints of Wisteria #D09CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.71%

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

R = 35.62%
G = 26.71%
B = 37.67%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D09CDC (or 0xD09CDC) is known color: Wisteria. HEX triplet: D0, 9C and DC. RGB value is (208,156,220). Sum of RGB (Red+Green+Blue) = 208+156+220=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #D09CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09CDC is #2F6323. Grayscale: #B2B2B2. Windows color (decimal): -3105572 or 14458064. OLE color: 14458064.

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

Color convert

RGB 208 156 220 -
CMYK 0.05 0.29 0 0.14
HSL 288.75º 0.48% 0.74% -
HSV(B) 288.75º 0.29% 0.86% -
XYZ 50.82 42.35 73.21 -
YUV 178.84 151.23 148.8 -
System Red Green Blue C M Y K H S L
Decimal 208 156 220 0.05 0.29 0 0.14 288.75 0.48 0.74
Hex D0 9C DC 5 1D 0 E 121 30 4A
Octal 320 234 334 5 35 0 16 441 60 112
Binary 11010000 10011100 11011100 101 11101 0 1110 100100001 110000 1001010

Color Harmonies of #D09CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09CDC

Black with #D09CDC

Text Example


Text Example

White with #D09CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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