#C69AED

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

Shades of Wisteria #C69AED

Tints of Wisteria #C69AED

Color information

#C69AED (or 0xC69AED) is unknown color: approx Wisteria. HEX triplet: C6, 9A and ED. RGB value is (198,154,237). Sum of RGB (Red+Green+Blue) = 198+154+237=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #C69AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69AED is #396512. Grayscale: #B0B0B0. Windows color (decimal): -3761427 or 15571654. OLE color: 15571654.

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

Color convert

RGB198154237-
CMYK0.160.3500.07
HSL271.81º69.75%76.67%-
HSV(B)271.81º35.02%92.94%-
XYZ50.1341.2385.44-
YUV176.62162.08143.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.62%
GREEN value IS 154 (60.55% from 255) = 26.15%
BLUE value IS 237 (92.97% from 255) = 40.24%
R=33.62%
G=26.15%
B=40.24%

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
Decimal1981542370.160.3500.07271.8169.7576.67
HexC69AED102307110464d
Octal306232355204307420106115
Binary11000110100110101110110110000100011011110001000010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69AED; }

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

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

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

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

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

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

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

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