Html Css Color HEX #D09FEC Wisteria

📋 copy color: '#D09FEC'

red 208 ◦ green 159 ◦ blue 236

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

Shades of Wisteria #D09FEC

Tints of Wisteria #D09FEC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.37%

 BLUE value IS 236 (92.58% from 255) = 39.14%

R = 34.49%
G = 26.37%
B = 39.14%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D09FEC (or 0xD09FEC) is known color: Wisteria. HEX triplet: D0, 9F and EC. RGB value is (208,159,236). Sum of RGB (Red+Green+Blue) = 208+159+236=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #D09FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09FEC is #2F6013. Grayscale: #B6B6B6. Windows color (decimal): -3104788 or 15507408. OLE color: 15507408.

HSL color Cylindrical-coordinate representation of color #D09FEC: hue angle of 278.18º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D09FEC is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 159 236 -
CMYK 0.12 0.33 0 0.07
HSL 278.18º 0.67% 0.77% -
HSV(B) 278.18º 0.33% 0.93% -
XYZ 53.55 44.26 85.08 -
YUV 182.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 208 159 236 0.12 0.33 0 0.07 278.18 0.67 0.77
Hex D0 9F EC C 21 0 7 116 43 4D
Octal 320 237 354 14 41 0 7 426 103 115
Binary 11010000 10011111 11101100 1100 100001 0 111 100010110 1000011 1001101

Color Harmonies of #D09FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09FEC

Black with #D09FEC

Text Example


Text Example

White with #D09FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09FEC; }

 p { color: rgb(208,159,236); }

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

background-color css

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

 a { background-color: rgb(208,159,236); }

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

border-color css

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

 span { border-color: rgb(208,159,236); }

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