#C69BED

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

Shades of Wisteria #C69BED

Tints of Wisteria #C69BED

Color information

#C69BED (or 0xC69BED) is unknown color: approx Wisteria. HEX triplet: C6, 9B and ED. RGB value is (198,155,237). Sum of RGB (Red+Green+Blue) = 198+155+237=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #C69BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69BED is #396412. Grayscale: #B0B0B0. Windows color (decimal): -3761171 or 15571910. OLE color: 15571910.

HSL color Cylindrical-coordinate representation of color #C69BED: hue angle of 271.46º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C69BED is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198155237-
CMYK0.160.3500.07
HSL271.46º69.49%76.86%-
HSV(B)271.46º34.6%92.94%-
XYZ50.341.5685.49-
YUV177.2161.75142.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.56%
GREEN value IS 155 (60.94% from 255) = 26.27%
BLUE value IS 237 (92.97% from 255) = 40.17%
R=33.56%
G=26.27%
B=40.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981552370.160.3500.07271.4669.4976.86
HexC69BED10230710f454d
Octal306233355204307417105115
Binary11000110100110111110110110000100011011110000111110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69BED; }

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

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

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

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

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

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

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

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