Html Css Color HEX #D496EE Wisteria

📋 copy color: '#D496EE'

red 212 ◦ green 150 ◦ blue 238

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

Shades of Wisteria #D496EE

Tints of Wisteria #D496EE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25%

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

R = 35.33%
G = 25%
B = 39.67%

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

#D496EE (or 0xD496EE) is known color: Wisteria. HEX triplet: D4, 96 and EE. RGB value is (212,150,238). Sum of RGB (Red+Green+Blue) = 212+150+238=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #D496EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D496EE is #2B6911. Grayscale: #B2B2B2. Windows color (decimal): -2844946 or 15636180. OLE color: 15636180.

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

Color convert

RGB 212 150 238 -
CMYK 0.11 0.37 0 0.07
HSL 282.27º 0.72% 0.76% -
HSV(B) 282.27º 0.37% 0.93% -
XYZ 53.49 41.98 86.17 -
YUV 178.57 161.54 151.84 -
System Red Green Blue C M Y K H S L
Decimal 212 150 238 0.11 0.37 0 0.07 282.27 0.72 0.76
Hex D4 96 EE B 25 0 7 11A 48 4C
Octal 324 226 356 13 45 0 7 432 110 114
Binary 11010100 10010110 11101110 1011 100101 0 111 100011010 1001000 1001100

Color Harmonies of #D496EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D496EE

Black with #D496EE

Text Example


Text Example

White with #D496EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D496EE; }

 p { color: rgb(212,150,238); }

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

background-color css

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

 a { background-color: rgb(212,150,238); }

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

border-color css

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

 span { border-color: rgb(212,150,238); }

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