Html Css Color HEX #D493ED Wisteria

📋 copy color: '#D493ED'

red 212 ◦ green 147 ◦ blue 237

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

Shades of Wisteria #D493ED

Tints of Wisteria #D493ED

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.66%

 BLUE value IS 237 (92.97% from 255) = 39.77%

R = 35.57%
G = 24.66%
B = 39.77%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D493ED (or 0xD493ED) is known color: Wisteria. HEX triplet: D4, 93 and ED. RGB value is (212,147,237). Sum of RGB (Red+Green+Blue) = 212+147+237=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 147 (57.81% from 255 or 24.66% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #D493ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D493ED is #2B6C12. Grayscale: #B0B0B0. Windows color (decimal): -2845715 or 15569876. OLE color: 15569876.

HSL color Cylindrical-coordinate representation of color #D493ED: hue angle of 283.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D493ED is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 147 237 -
CMYK 0.11 0.38 0 0.07
HSL 283.33º 0.71% 0.75% -
HSV(B) 283.33º 0.38% 0.93% -
XYZ 52.87 40.98 85.24 -
YUV 176.7 162.03 153.18 -
System Red Green Blue C M Y K H S L
Decimal 212 147 237 0.11 0.38 0 0.07 283.33 0.71 0.75
Hex D4 93 ED B 26 0 7 11B 47 4B
Octal 324 223 355 13 46 0 7 433 107 113
Binary 11010100 10010011 11101101 1011 100110 0 111 100011011 1000111 1001011

Color Harmonies of #D493ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D493ED

Black with #D493ED

Text Example


Text Example

White with #D493ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D493ED; }

 p { color: rgb(212,147,237); }

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

background-color css

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

 a { background-color: rgb(212,147,237); }

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

border-color css

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

 span { border-color: rgb(212,147,237); }

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