Html Css Color HEX #D69BEB Wisteria

📋 copy color: '#D69BEB'

red 214 ◦ green 155 ◦ blue 235

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

Shades of Wisteria #D69BEB

Tints of Wisteria #D69BEB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.66%

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

R = 35.43%
G = 25.66%
B = 38.91%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D69BEB (or 0xD69BEB) is known color: Wisteria. HEX triplet: D6, 9B and EB. RGB value is (214,155,235). Sum of RGB (Red+Green+Blue) = 214+155+235=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #D69BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69BEB is #296414. Grayscale: #B5B5B5. Windows color (decimal): -2712597 or 15440854. OLE color: 15440854.

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

Color convert

RGB 214 155 235 -
CMYK 0.09 0.34 0 0.08
HSL 284.25º 0.67% 0.76% -
HSV(B) 284.25º 0.34% 0.92% -
XYZ 54.45 43.74 84.17 -
YUV 181.76 158.05 151 -
System Red Green Blue C M Y K H S L
Decimal 214 155 235 0.09 0.34 0 0.08 284.25 0.67 0.76
Hex D6 9B EB 9 22 0 8 11C 43 4C
Octal 326 233 353 11 42 0 10 434 103 114
Binary 11010110 10011011 11101011 1001 100010 0 1000 100011100 1000011 1001100

Color Harmonies of #D69BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69BEB

Black with #D69BEB

Text Example


Text Example

White with #D69BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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