Html Css Color HEX #D195EC Wisteria

📋 copy color: '#D195EC'

red 209 ◦ green 149 ◦ blue 236

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

Shades of Wisteria #D195EC

Tints of Wisteria #D195EC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.08%

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

R = 35.19%
G = 25.08%
B = 39.73%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D195EC (or 0xD195EC) is known color: Wisteria. HEX triplet: D1, 95 and EC. RGB value is (209,149,236). Sum of RGB (Red+Green+Blue) = 209+149+236=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #D195EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D195EC is #2E6A13. Grayscale: #B0B0B0. Windows color (decimal): -3041812 or 15504849. OLE color: 15504849.

HSL color Cylindrical-coordinate representation of color #D195EC: hue angle of 281.38º 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 #D195EC is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 149 236 -
CMYK 0.11 0.37 0 0.07
HSL 281.38º 0.7% 0.75% -
HSV(B) 281.38º 0.37% 0.93% -
XYZ 52.18 41.11 84.54 -
YUV 176.86 161.38 150.93 -
System Red Green Blue C M Y K H S L
Decimal 209 149 236 0.11 0.37 0 0.07 281.38 0.7 0.75
Hex D1 95 EC B 25 0 7 119 46 4B
Octal 321 225 354 13 45 0 7 431 106 113
Binary 11010001 10010101 11101100 1011 100101 0 111 100011001 1000110 1001011

Color Harmonies of #D195EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D195EC

Black with #D195EC

Text Example


Text Example

White with #D195EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D195EC; }

 p { color: rgb(209,149,236); }

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

background-color css

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

 a { background-color: rgb(209,149,236); }

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

border-color css

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

 span { border-color: rgb(209,149,236); }

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