Html Css Color HEX #D690ED Wisteria

📋 copy color: '#D690ED'

red 214 ◦ green 144 ◦ blue 237

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

Shades of Wisteria #D690ED

Tints of Wisteria #D690ED

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.2%

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

R = 35.97%
G = 24.2%
B = 39.83%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D690ED (or 0xD690ED) is known color: Wisteria. HEX triplet: D6, 90 and ED. RGB value is (214,144,237). Sum of RGB (Red+Green+Blue) = 214+144+237=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #D690ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D690ED is #296F12. Grayscale: #AFAFAF. Windows color (decimal): -2715411 or 15569110. OLE color: 15569110.

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

Color convert

RGB 214 144 237 -
CMYK 0.10 0.39 0 0.07
HSL 285.16º 0.72% 0.75% -
HSV(B) 285.16º 0.39% 0.93% -
XYZ 52.99 40.36 85.12 -
YUV 175.53 162.69 155.44 -
System Red Green Blue C M Y K H S L
Decimal 214 144 237 0.10 0.39 0 0.07 285.16 0.72 0.75
Hex D6 90 ED A 27 0 7 11D 48 4B
Octal 326 220 355 12 47 0 7 435 110 113
Binary 11010110 10010000 11101101 1010 100111 0 111 100011101 1001000 1001011

Color Harmonies of #D690ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690ED

Black with #D690ED

Text Example


Text Example

White with #D690ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690ED; }

 p { color: rgb(214,144,237); }

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

background-color css

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

 a { background-color: rgb(214,144,237); }

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

border-color css

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

 span { border-color: rgb(214,144,237); }

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