#C69AE0

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

Shades of Wisteria #C69AE0

Tints of Wisteria #C69AE0

Color information

#C69AE0 (or 0xC69AE0) is unknown color: approx Wisteria. HEX triplet: C6, 9A and E0. RGB value is (198,154,224). Sum of RGB (Red+Green+Blue) = 198+154+224=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 224 - color contains mainly: blue. Hex color #C69AE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69AE0 is #39651F. Grayscale: #AEAEAE. Windows color (decimal): -3761440 or 14719686. OLE color: 14719686.

HSL color Cylindrical-coordinate representation of color #C69AE0: hue angle of 277.71º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C69AE0 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB198154224-
CMYK0.120.3100.12
HSL277.71º53.03%74.12%-
HSV(B)277.71º31.25%87.84%-
XYZ48.340.575.79-
YUV175.14155.58144.31-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.38%
GREEN value IS 154 (60.55% from 255) = 26.74%
BLUE value IS 224 (87.89% from 255) = 38.89%
R=34.38%
G=26.74%
B=38.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1981542240.120.3100.12277.7153.0374.12
HexC69AE0C1F0C116354a
Octal306232340143701442665112
Binary110001101001101011100000110011111011001000101101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69AE0; }

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

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

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

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

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

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

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

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