#C69FDB

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

Shades of Wisteria #C69FDB

Tints of Wisteria #C69FDB

Color information

#C69FDB (or 0xC69FDB) is unknown color: approx Wisteria. HEX triplet: C6, 9F and DB. RGB value is (198,159,219). Sum of RGB (Red+Green+Blue) = 198+159+219=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #C69FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69FDB is #396024. Grayscale: #B1B1B1. Windows color (decimal): -3760165 or 14393286. OLE color: 14393286.

HSL color Cylindrical-coordinate representation of color #C69FDB: hue angle of 279º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C69FDB is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB198159219-
CMYK0.100.2700.14
HSL279º45.45%74.12%-
HSV(B)279º27.4%85.88%-
XYZ48.4741.9272.55-
YUV177.5151.42142.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.38%
GREEN value IS 159 (62.5% from 255) = 27.60%
BLUE value IS 219 (85.94% from 255) = 38.02%
R=34.38%
G=27.60%
B=38.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981592190.100.2700.1427945.4574.12
HexC69FDBA1B0E1172d4a
Octal306237333123301642755112
Binary110001101001111111011011101011011011101000101111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69FDB; }

 p { color: rgb(198,159,219); }

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

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

 a { background-color: rgb(198,159,219); }

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

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

 span { border-color: rgb(198,159,219); }

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