Html Css Color HEX #D495ED Wisteria

📋 copy color: '#D495ED'

red 212 ◦ green 149 ◦ blue 237

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

Shades of Wisteria #D495ED

Tints of Wisteria #D495ED

RGB

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

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

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

R = 35.45%
G = 24.92%
B = 39.63%

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

#D495ED (or 0xD495ED) is known color: Wisteria. HEX triplet: D4, 95 and ED. RGB value is (212,149,237). Sum of RGB (Red+Green+Blue) = 212+149+237=598 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.45% from 598); Green value is 149 (58.59% from 255 or 24.92% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #D495ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D495ED is #2B6A12. Grayscale: #B1B1B1. Windows color (decimal): -2845203 or 15570388. OLE color: 15570388.

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

Color convert

RGB 212 149 237 -
CMYK 0.11 0.37 0 0.07
HSL 282.95º 0.71% 0.76% -
HSV(B) 282.95º 0.37% 0.93% -
XYZ 53.18 41.61 85.35 -
YUV 177.87 161.37 152.34 -
System Red Green Blue C M Y K H S L
Decimal 212 149 237 0.11 0.37 0 0.07 282.95 0.71 0.76
Hex D4 95 ED B 25 0 7 11B 47 4C
Octal 324 225 355 13 45 0 7 433 107 114
Binary 11010100 10010101 11101101 1011 100101 0 111 100011011 1000111 1001100

Color Harmonies of #D495ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D495ED

Black with #D495ED

Text Example


Text Example

White with #D495ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D495ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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