#C690EA

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

Shades of Wisteria #C690EA

Tints of Wisteria #C690EA

Color information

#C690EA (or 0xC690EA) is unknown color: approx Wisteria. HEX triplet: C6, 90 and EA. RGB value is (198,144,234). Sum of RGB (Red+Green+Blue) = 198+144+234=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #C690EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C690EA is #396F15. Grayscale: #AAAAAA. Windows color (decimal): -3763990 or 15372486. OLE color: 15372486.

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

Color convert

RGB198144234-
CMYK0.150.3800.08
HSL276º68.18%74.12%-
HSV(B)276º38.46%91.76%-
XYZ48.1137.8982.62-
YUV170.41163.89147.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.38%
GREEN value IS 144 (56.64% from 255) = 25%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=34.38%
G=25%
B=40.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981442340.150.3800.0827668.1874.12
HexC690EAF2608114444a
Octal3062203521746010424104112
Binary11000110100100001110101011111001100100010001010010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C690EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C690EA; }

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

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

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

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

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

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

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

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