Html Css Color HEX #D69BEC Wisteria

📋 copy color: '#D69BEC'

red 214 ◦ green 155 ◦ blue 236

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

Shades of Wisteria #D69BEC

Tints of Wisteria #D69BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.01%

R = 35.37%
G = 25.62%
B = 39.01%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D69BEC (or 0xD69BEC) is known color: Wisteria. HEX triplet: D6, 9B and EC. RGB value is (214,155,236). Sum of RGB (Red+Green+Blue) = 214+155+236=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #D69BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69BEC is #296413. Grayscale: #B5B5B5. Windows color (decimal): -2712596 or 15506390. OLE color: 15506390.

HSL color Cylindrical-coordinate representation of color #D69BEC: hue angle of 283.7º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D69BEC is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 155 236 -
CMYK 0.09 0.34 0 0.07
HSL 283.7º 0.68% 0.77% -
HSV(B) 283.7º 0.34% 0.93% -
XYZ 54.59 43.79 84.93 -
YUV 181.88 158.55 150.91 -
System Red Green Blue C M Y K H S L
Decimal 214 155 236 0.09 0.34 0 0.07 283.7 0.68 0.77
Hex D6 9B EC 9 22 0 7 11C 44 4D
Octal 326 233 354 11 42 0 7 434 104 115
Binary 11010110 10011011 11101100 1001 100010 0 111 100011100 1000100 1001101

Color Harmonies of #D69BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69BEC

Black with #D69BEC

Text Example


Text Example

White with #D69BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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