Html Css Color HEX #D195EE Wisteria

📋 copy color: '#D195EE'

red 209 ◦ green 149 ◦ blue 238

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

Shades of Wisteria #D195EE

Tints of Wisteria #D195EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.93%

R = 35.07%
G = 25%
B = 39.93%

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

#D195EE (or 0xD195EE) is known color: Wisteria. HEX triplet: D1, 95 and EE. RGB value is (209,149,238). Sum of RGB (Red+Green+Blue) = 209+149+238=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #D195EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D195EE is #2E6A11. Grayscale: #B0B0B0. Windows color (decimal): -3041810 or 15635921. OLE color: 15635921.

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

Color convert

RGB 209 149 238 -
CMYK 0.12 0.37 0 0.07
HSL 280.45º 0.72% 0.76% -
HSV(B) 280.45º 0.37% 0.93% -
XYZ 52.47 41.22 86.08 -
YUV 177.09 162.38 150.76 -
System Red Green Blue C M Y K H S L
Decimal 209 149 238 0.12 0.37 0 0.07 280.45 0.72 0.76
Hex D1 95 EE C 25 0 7 118 48 4C
Octal 321 225 356 14 45 0 7 430 110 114
Binary 11010001 10010101 11101110 1100 100101 0 111 100011000 1001000 1001100

Color Harmonies of #D195EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D195EE

Black with #D195EE

Text Example


Text Example

White with #D195EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D195EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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