#C69AEE

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

Shades of Wisteria #C69AEE

Tints of Wisteria #C69AEE

Color information

#C69AEE (or 0xC69AEE) is unknown color: approx Wisteria. HEX triplet: C6, 9A and EE. RGB value is (198,154,238). Sum of RGB (Red+Green+Blue) = 198+154+238=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #C69AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69AEE is #396511. Grayscale: #B0B0B0. Windows color (decimal): -3761426 or 15637190. OLE color: 15637190.

HSL color Cylindrical-coordinate representation of color #C69AEE: hue angle of 271.43º degrees, saturation: 0.71, 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 #C69AEE is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198154238-
CMYK0.170.3500.07
HSL271.43º71.19%76.86%-
HSV(B)271.43º35.29%93.33%-
XYZ50.2841.2986.21-
YUV176.73162.58143.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.56%
GREEN value IS 154 (60.55% from 255) = 26.10%
BLUE value IS 238 (93.36% from 255) = 40.34%
R=33.56%
G=26.10%
B=40.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981542380.170.3500.07271.4371.1976.86
HexC69AEE11230710f474d
Octal306232356214307417107115
Binary11000110100110101110111010001100011011110000111110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69AEE; }

 p { color: rgb(198,154,238); }

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

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

 a { background-color: rgb(198,154,238); }

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

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

 span { border-color: rgb(198,154,238); }

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