Html Css Color HEX #D69BE7 Wisteria

📋 copy color: '#D69BE7'

red 214 ◦ green 155 ◦ blue 231

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

Shades of Wisteria #D69BE7

Tints of Wisteria #D69BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.5%

R = 35.67%
G = 25.83%
B = 38.5%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D69BE7 (or 0xD69BE7) is known color: Wisteria. HEX triplet: D6, 9B and E7. RGB value is (214,155,231). Sum of RGB (Red+Green+Blue) = 214+155+231=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 231 (90.62% from 255 or 38.5% from 600); Max value from RGB is 231 - color contains mainly: blue. Hex color #D69BE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69BE7 is #296418. Grayscale: #B5B5B5. Windows color (decimal): -2712601 or 15178710. OLE color: 15178710.

HSL color Cylindrical-coordinate representation of color #D69BE7: hue angle of 286.58º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D69BE7 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 155 231 -
CMYK 0.07 0.33 0 0.09
HSL 286.58º 0.61% 0.76% -
HSV(B) 286.58º 0.33% 0.91% -
XYZ 53.88 43.51 81.16 -
YUV 181.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 214 155 231 0.07 0.33 0 0.09 286.58 0.61 0.76
Hex D6 9B E7 7 21 0 9 11F 3D 4C
Octal 326 233 347 7 41 0 11 437 75 114
Binary 11010110 10011011 11100111 111 100001 0 1001 100011111 111101 1001100

Color Harmonies of #D69BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69BE7

Black with #D69BE7

Text Example


Text Example

White with #D69BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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