#C69CEA

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

Shades of Wisteria #C69CEA

Tints of Wisteria #C69CEA

Color information

#C69CEA (or 0xC69CEA) is unknown color: approx Wisteria. HEX triplet: C6, 9C and EA. RGB value is (198,156,234). Sum of RGB (Red+Green+Blue) = 198+156+234=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #C69CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69CEA is #396315. Grayscale: #B1B1B1. Windows color (decimal): -3760918 or 15375558. OLE color: 15375558.

HSL color Cylindrical-coordinate representation of color #C69CEA: hue angle of 272.31º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C69CEA is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB198156234-
CMYK0.150.3300.08
HSL272.31º65%76.47%-
HSV(B)272.31º33.33%91.76%-
XYZ50.0341.7283.26-
YUV177.45159.91142.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.67%
GREEN value IS 156 (61.33% from 255) = 26.53%
BLUE value IS 234 (91.80% from 255) = 39.80%
R=33.67%
G=26.53%
B=39.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981562340.150.3300.08272.316576.47
HexC69CEAF2108110414c
Octal3062343521741010420101114
Binary11000110100111001110101011111000010100010001000010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69CEA; }

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

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

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

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

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

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

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

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