Html Css Color HEX #D497EC Wisteria

📋 copy color: '#D497EC'

red 212 ◦ green 151 ◦ blue 236

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

Shades of Wisteria #D497EC

Tints of Wisteria #D497EC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.21%

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

R = 35.39%
G = 25.21%
B = 39.4%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D497EC (or 0xD497EC) is known color: Wisteria. HEX triplet: D4, 97 and EC. RGB value is (212,151,236). Sum of RGB (Red+Green+Blue) = 212+151+236=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 151 (59.38% from 255 or 25.21% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #D497EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D497EC is #2B6813. Grayscale: #B2B2B2. Windows color (decimal): -2844692 or 15505364. OLE color: 15505364.

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

Color convert

RGB 212 151 236 -
CMYK 0.10 0.36 0 0.07
HSL 283.06º 0.69% 0.76% -
HSV(B) 283.06º 0.36% 0.93% -
XYZ 53.36 42.19 84.69 -
YUV 178.93 160.21 151.59 -
System Red Green Blue C M Y K H S L
Decimal 212 151 236 0.10 0.36 0 0.07 283.06 0.69 0.76
Hex D4 97 EC A 24 0 7 11B 45 4C
Octal 324 227 354 12 44 0 7 433 105 114
Binary 11010100 10010111 11101100 1010 100100 0 111 100011011 1000101 1001100

Color Harmonies of #D497EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D497EC

Black with #D497EC

Text Example


Text Example

White with #D497EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D497EC; }

 p { color: rgb(212,151,236); }

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

background-color css

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

 a { background-color: rgb(212,151,236); }

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

border-color css

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

 span { border-color: rgb(212,151,236); }

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