#C69CDB

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

Shades of Wisteria #C69CDB

Tints of Wisteria #C69CDB

Color information

#C69CDB (or 0xC69CDB) is unknown color: approx Wisteria. HEX triplet: C6, 9C and DB. RGB value is (198,156,219). Sum of RGB (Red+Green+Blue) = 198+156+219=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 156 (61.33% from 255 or 27.23% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #C69CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CDB is #396324. Grayscale: #AFAFAF. Windows color (decimal): -3760933 or 14392518. OLE color: 14392518.

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

Color convert

RGB198156219-
CMYK0.100.2900.14
HSL280º46.67%73.53%-
HSV(B)280º28.77%85.88%-
XYZ47.9640.972.38-
YUV175.74152.41143.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.55%
GREEN value IS 156 (61.33% from 255) = 27.23%
BLUE value IS 219 (85.94% from 255) = 38.22%
R=34.55%
G=27.23%
B=38.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981562190.100.2900.1428046.6773.53
HexC69CDBA1D0E1182f4a
Octal306234333123501643057112
Binary110001101001110011011011101011101011101000110001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69CDB; }

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

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

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

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

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

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

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

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