Html Css Color HEX #D695EA Wisteria

📋 copy color: '#D695EA'

red 214 ◦ green 149 ◦ blue 234

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

Shades of Wisteria #D695EA

Tints of Wisteria #D695EA

RGB

 RED value IS 214 (83.98% from 255) = 35.85%

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

 BLUE value IS 234 (91.8% from 255) = 39.2%

R = 35.85%
G = 24.96%
B = 39.2%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D695EA (or 0xD695EA) is known color: Wisteria. HEX triplet: D6, 95 and EA. RGB value is (214,149,234). Sum of RGB (Red+Green+Blue) = 214+149+234=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #D695EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D695EA is #296A15. Grayscale: #B1B1B1. Windows color (decimal): -2714134 or 15373782. OLE color: 15373782.

HSL color Cylindrical-coordinate representation of color #D695EA: hue angle of 285.88º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D695EA is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 149 234 -
CMYK 0.09 0.36 0 0.08
HSL 285.88º 0.67% 0.75% -
HSV(B) 285.88º 0.36% 0.92% -
XYZ 53.33 41.73 83.09 -
YUV 178.13 159.53 153.59 -
System Red Green Blue C M Y K H S L
Decimal 214 149 234 0.09 0.36 0 0.08 285.88 0.67 0.75
Hex D6 95 EA 9 24 0 8 11E 43 4B
Octal 326 225 352 11 44 0 10 436 103 113
Binary 11010110 10010101 11101010 1001 100100 0 1000 100011110 1000011 1001011

Color Harmonies of #D695EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695EA

Black with #D695EA

Text Example


Text Example

White with #D695EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695EA; }

 p { color: rgb(214,149,234); }

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

background-color css

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

 a { background-color: rgb(214,149,234); }

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

border-color css

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

 span { border-color: rgb(214,149,234); }

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