Html Css Color HEX #D69BEA Wisteria

📋 copy color: '#D69BEA'

red 214 ◦ green 155 ◦ blue 234

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

Shades of Wisteria #D69BEA

Tints of Wisteria #D69BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.81%

R = 35.49%
G = 25.7%
B = 38.81%

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

#D69BEA (or 0xD69BEA) is known color: Wisteria. HEX triplet: D6, 9B and EA. RGB value is (214,155,234). Sum of RGB (Red+Green+Blue) = 214+155+234=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #D69BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69BEA is #296415. Grayscale: #B5B5B5. Windows color (decimal): -2712598 or 15375318. OLE color: 15375318.

HSL color Cylindrical-coordinate representation of color #D69BEA: hue angle of 284.81º degrees, saturation: 0.65, 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 #D69BEA is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 155 234 -
CMYK 0.09 0.34 0 0.08
HSL 284.81º 0.65% 0.76% -
HSV(B) 284.81º 0.34% 0.92% -
XYZ 54.3 43.68 83.41 -
YUV 181.65 157.55 151.08 -
System Red Green Blue C M Y K H S L
Decimal 214 155 234 0.09 0.34 0 0.08 284.81 0.65 0.76
Hex D6 9B EA 9 22 0 8 11D 41 4C
Octal 326 233 352 11 42 0 10 435 101 114
Binary 11010110 10011011 11101010 1001 100010 0 1000 100011101 1000001 1001100

Color Harmonies of #D69BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69BEA

Black with #D69BEA

Text Example


Text Example

White with #D69BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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