Html Css Color HEX #D495EF Wisteria

📋 copy color: '#D495EF'

red 212 ◦ green 149 ◦ blue 239

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

Shades of Wisteria #D495EF

Tints of Wisteria #D495EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.83%

R = 35.33%
G = 24.83%
B = 39.83%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D495EF (or 0xD495EF) is known color: Wisteria. HEX triplet: D4, 95 and EF. RGB value is (212,149,239). Sum of RGB (Red+Green+Blue) = 212+149+239=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 149 (58.59% from 255 or 24.83% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #D495EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D495EF is #2B6A10. Grayscale: #B1B1B1. Windows color (decimal): -2845201 or 15701460. OLE color: 15701460.

HSL color Cylindrical-coordinate representation of color #D495EF: hue angle of 282º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D495EF is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 149 239 -
CMYK 0.11 0.38 0 0.06
HSL 282º 0.74% 0.76% -
HSV(B) 282º 0.38% 0.94% -
XYZ 53.48 41.72 86.9 -
YUV 178.1 162.37 152.18 -
System Red Green Blue C M Y K H S L
Decimal 212 149 239 0.11 0.38 0 0.06 282 0.74 0.76
Hex D4 95 EF B 26 0 6 11A 4A 4C
Octal 324 225 357 13 46 0 6 432 112 114
Binary 11010100 10010101 11101111 1011 100110 0 110 100011010 1001010 1001100

Color Harmonies of #D495EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D495EF

Black with #D495EF

Text Example


Text Example

White with #D495EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D495EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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