Html Css Color HEX #D495E4 Wisteria

📋 copy color: '#D495E4'

red 212 ◦ green 149 ◦ blue 228

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

Shades of Wisteria #D495E4

Tints of Wisteria #D495E4

RGB

 RED value IS 212 (83.2% from 255) = 35.99%

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

 BLUE value IS 228 (89.45% from 255) = 38.71%

R = 35.99%
G = 25.3%
B = 38.71%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D495E4 (or 0xD495E4) is known color: Wisteria. HEX triplet: D4, 95 and E4. RGB value is (212,149,228). Sum of RGB (Red+Green+Blue) = 212+149+228=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 228 (89.45% from 255 or 38.71% from 589); Max value from RGB is 228 - color contains mainly: blue. Hex color #D495E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D495E4 is #2B6A1B. Grayscale: #B0B0B0. Windows color (decimal): -2845212 or 14980564. OLE color: 14980564.

HSL color Cylindrical-coordinate representation of color #D495E4: hue angle of 287.85º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D495E4 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 212 149 228 -
CMYK 0.07 0.35 0 0.11
HSL 287.85º 0.59% 0.74% -
HSV(B) 287.85º 0.35% 0.89% -
XYZ 51.9 41.09 78.6 -
YUV 176.84 156.87 153.08 -
System Red Green Blue C M Y K H S L
Decimal 212 149 228 0.07 0.35 0 0.11 287.85 0.59 0.74
Hex D4 95 E4 7 23 0 B 120 3B 4A
Octal 324 225 344 7 43 0 13 440 73 112
Binary 11010100 10010101 11100100 111 100011 0 1011 100100000 111011 1001010

Color Harmonies of #D495E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D495E4

Black with #D495E4

Text Example


Text Example

White with #D495E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D495E4; }

 p { color: rgb(212,149,228); }

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

background-color css

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

 a { background-color: rgb(212,149,228); }

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

border-color css

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

 span { border-color: rgb(212,149,228); }

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