#C69BDE

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

Shades of Wisteria #C69BDE

Tints of Wisteria #C69BDE

Color information

#C69BDE (or 0xC69BDE) is unknown color: approx Wisteria. HEX triplet: C6, 9B and DE. RGB value is (198,155,222). Sum of RGB (Red+Green+Blue) = 198+155+222=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #C69BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69BDE is #396421. Grayscale: #AFAFAF. Windows color (decimal): -3761186 or 14588870. OLE color: 14588870.

HSL color Cylindrical-coordinate representation of color #C69BDE: hue angle of 278.51º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C69BDE is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198155222-
CMYK0.110.3000.13
HSL278.51º50.38%73.92%-
HSV(B)278.51º30.18%87.06%-
XYZ48.1940.7274.43-
YUV175.5154.25144.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.43%
GREEN value IS 155 (60.94% from 255) = 26.96%
BLUE value IS 222 (87.11% from 255) = 38.61%
R=34.43%
G=26.96%
B=38.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981552220.110.3000.13278.5150.3873.92
HexC69BDEB1E0D117324a
Octal306233336133601542762112
Binary110001101001101111011110101111110011011000101111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69BDE; }

 p { color: rgb(198,155,222); }

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

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

 a { background-color: rgb(198,155,222); }

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

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

 span { border-color: rgb(198,155,222); }

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