Html Css Color HEX #D094EC Wisteria

📋 copy color: '#D094EC'

red 208 ◦ green 148 ◦ blue 236

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

Shades of Wisteria #D094EC

Tints of Wisteria #D094EC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25%

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

R = 35.14%
G = 25%
B = 39.86%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D094EC (or 0xD094EC) is known color: Wisteria. HEX triplet: D0, 94 and EC. RGB value is (208,148,236). Sum of RGB (Red+Green+Blue) = 208+148+236=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #D094EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D094EC is #2F6B13. Grayscale: #AFAFAF. Windows color (decimal): -3107604 or 15504592. OLE color: 15504592.

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

Color convert

RGB 208 148 236 -
CMYK 0.12 0.37 0 0.07
HSL 280.91º 0.7% 0.75% -
HSV(B) 280.91º 0.37% 0.93% -
XYZ 51.74 40.65 84.48 -
YUV 175.97 161.88 150.84 -
System Red Green Blue C M Y K H S L
Decimal 208 148 236 0.12 0.37 0 0.07 280.91 0.7 0.75
Hex D0 94 EC C 25 0 7 119 46 4B
Octal 320 224 354 14 45 0 7 431 106 113
Binary 11010000 10010100 11101100 1100 100101 0 111 100011001 1000110 1001011

Color Harmonies of #D094EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D094EC

Black with #D094EC

Text Example


Text Example

White with #D094EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D094EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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