Html Css Color HEX #D690EB Wisteria

📋 copy color: '#D690EB'

red 214 ◦ green 144 ◦ blue 235

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

Shades of Wisteria #D690EB

Tints of Wisteria #D690EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.63%

R = 36.09%
G = 24.28%
B = 39.63%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D690EB (or 0xD690EB) is known color: Wisteria. HEX triplet: D6, 90 and EB. RGB value is (214,144,235). Sum of RGB (Red+Green+Blue) = 214+144+235=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #D690EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D690EB is #296F14. Grayscale: #AFAFAF. Windows color (decimal): -2715413 or 15438038. OLE color: 15438038.

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

Color convert

RGB 214 144 235 -
CMYK 0.09 0.39 0 0.08
HSL 286.15º 0.69% 0.74% -
HSV(B) 286.15º 0.39% 0.92% -
XYZ 52.7 40.24 83.59 -
YUV 175.3 161.69 155.6 -
System Red Green Blue C M Y K H S L
Decimal 214 144 235 0.09 0.39 0 0.08 286.15 0.69 0.74
Hex D6 90 EB 9 27 0 8 11E 45 4A
Octal 326 220 353 11 47 0 10 436 105 112
Binary 11010110 10010000 11101011 1001 100111 0 1000 100011110 1000101 1001010

Color Harmonies of #D690EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690EB

Black with #D690EB

Text Example


Text Example

White with #D690EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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