Html Css Color HEX #D69BE6 Wisteria

📋 copy color: '#D69BE6'

red 214 ◦ green 155 ◦ blue 230

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

Shades of Wisteria #D69BE6

Tints of Wisteria #D69BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.4%

R = 35.73%
G = 25.88%
B = 38.4%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D69BE6 (or 0xD69BE6) is known color: Wisteria. HEX triplet: D6, 9B and E6. RGB value is (214,155,230). Sum of RGB (Red+Green+Blue) = 214+155+230=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 230 - color contains mainly: blue. Hex color #D69BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69BE6 is #296419. Grayscale: #B4B4B4. Windows color (decimal): -2712602 or 15113174. OLE color: 15113174.

HSL color Cylindrical-coordinate representation of color #D69BE6: hue angle of 287.2º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D69BE6 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 155 230 -
CMYK 0.07 0.33 0 0.10
HSL 287.2º 0.6% 0.75% -
HSV(B) 287.2º 0.33% 0.9% -
XYZ 53.74 43.45 80.42 -
YUV 181.19 155.55 151.4 -
System Red Green Blue C M Y K H S L
Decimal 214 155 230 0.07 0.33 0 0.10 287.2 0.6 0.75
Hex D6 9B E6 7 21 0 A 11F 3C 4B
Octal 326 233 346 7 41 0 12 437 74 113
Binary 11010110 10011011 11100110 111 100001 0 1010 100011111 111100 1001011

Color Harmonies of #D69BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69BE6

Black with #D69BE6

Text Example


Text Example

White with #D69BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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