#D69CEC

Color #D69CEC Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #D69CEC

Tints of Wisteria #D69CEC

Color information

#D69CEC (or 0xD69CEC) is unknown color: approx Wisteria. HEX triplet: D6, 9C and EC. RGB value is (214,156,236). Sum of RGB (Red+Green+Blue) = 214+156+236=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #D69CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69CEC is #296313. Grayscale: #B6B6B6. Windows color (decimal): -2712340 or 15506646. OLE color: 15506646.

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

Color convert

RGB214156236-
CMYK0.090.3400.07
HSL283.5º67.8%76.86%-
HSV(B)283.5º33.9%92.55%-
XYZ54.7644.1384.99-
YUV182.46158.22150.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.31%
GREEN value IS 156 (61.33% from 255) = 25.74%
BLUE value IS 236 (92.58% from 255) = 38.94%
R=35.31%
G=25.74%
B=38.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141562360.090.3400.07283.567.876.86
HexD69CEC9220711c444d
Octal326234354114207434104115
Binary1101011010011100111011001001100010011110001110010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69CEC; }

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

 H1.HeaderClassName
 {
   color: #D69CEC;
 }
 .AnyTagClassName
 {
   color: #D69CEC;
 }
</style>
background-color css

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

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

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

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

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

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