Html Css Color HEX #D497E8 Wisteria

📋 copy color: '#D497E8'

red 212 ◦ green 151 ◦ blue 232

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

Shades of Wisteria #D497E8

Tints of Wisteria #D497E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.99%

R = 35.63%
G = 25.38%
B = 38.99%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D497E8 (or 0xD497E8) is known color: Wisteria. HEX triplet: D4, 97 and E8. RGB value is (212,151,232). Sum of RGB (Red+Green+Blue) = 212+151+232=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 232 (91.02% from 255 or 38.99% from 595); Max value from RGB is 232 - color contains mainly: blue. Hex color #D497E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D497E8 is #2B6817. Grayscale: #B2B2B2. Windows color (decimal): -2844696 or 15243220. OLE color: 15243220.

HSL color Cylindrical-coordinate representation of color #D497E8: hue angle of 285.19º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D497E8 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 212 151 232 -
CMYK 0.09 0.35 0 0.09
HSL 285.19º 0.64% 0.75% -
HSV(B) 285.19º 0.35% 0.91% -
XYZ 52.78 41.96 81.66 -
YUV 178.47 158.21 151.91 -
System Red Green Blue C M Y K H S L
Decimal 212 151 232 0.09 0.35 0 0.09 285.19 0.64 0.75
Hex D4 97 E8 9 23 0 9 11D 40 4B
Octal 324 227 350 11 43 0 11 435 100 113
Binary 11010100 10010111 11101000 1001 100011 0 1001 100011101 1000000 1001011

Color Harmonies of #D497E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D497E8

Black with #D497E8

Text Example


Text Example

White with #D497E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D497E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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