Html Css Color HEX #D194EB Wisteria

📋 copy color: '#D194EB'

red 209 ◦ green 148 ◦ blue 235

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

Shades of Wisteria #D194EB

Tints of Wisteria #D194EB

RGB

 RED value IS 209 (82.03% from 255) = 35.3%

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

 BLUE value IS 235 (92.19% from 255) = 39.7%

R = 35.3%
G = 25%
B = 39.7%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D194EB (or 0xD194EB) is known color: Wisteria. HEX triplet: D1, 94 and EB. RGB value is (209,148,235). Sum of RGB (Red+Green+Blue) = 209+148+235=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #D194EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D194EB is #2E6B14. Grayscale: #AFAFAF. Windows color (decimal): -3042069 or 15439057. OLE color: 15439057.

HSL color Cylindrical-coordinate representation of color #D194EB: hue angle of 282.07º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D194EB is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 148 235 -
CMYK 0.11 0.37 0 0.08
HSL 282.07º 0.69% 0.75% -
HSV(B) 282.07º 0.37% 0.92% -
XYZ 51.88 40.73 83.73 -
YUV 176.16 161.21 151.43 -
System Red Green Blue C M Y K H S L
Decimal 209 148 235 0.11 0.37 0 0.08 282.07 0.69 0.75
Hex D1 94 EB B 25 0 8 11A 45 4B
Octal 321 224 353 13 45 0 10 432 105 113
Binary 11010001 10010100 11101011 1011 100101 0 1000 100011010 1000101 1001011

Color Harmonies of #D194EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D194EB

Black with #D194EB

Text Example


Text Example

White with #D194EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D194EB; }

 p { color: rgb(209,148,235); }

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

background-color css

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

 a { background-color: rgb(209,148,235); }

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

border-color css

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

 span { border-color: rgb(209,148,235); }

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