#C692EB

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

Shades of Wisteria #C692EB

Tints of Wisteria #C692EB

Color information

#C692EB (or 0xC692EB) is unknown color: approx Wisteria. HEX triplet: C6, 92 and EB. RGB value is (198,146,235). Sum of RGB (Red+Green+Blue) = 198+146+235=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #C692EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C692EB is #396D14. Grayscale: #ABABAB. Windows color (decimal): -3763477 or 15438534. OLE color: 15438534.

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

Color convert

RGB198146235-
CMYK0.160.3800.08
HSL275.06º68.99%74.71%-
HSV(B)275.06º37.87%92.16%-
XYZ48.5638.5683.48-
YUV171.69163.73146.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.20%
GREEN value IS 146 (57.42% from 255) = 25.22%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=34.20%
G=25.22%
B=40.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981462350.160.3800.08275.0668.9974.71
HexC692EB102608113454b
Octal3062223532046010423105113
Binary110001101001001011101011100001001100100010001001110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C692EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C692EB; }

 p { color: rgb(198,146,235); }

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

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

 a { background-color: rgb(198,146,235); }

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

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

 span { border-color: rgb(198,146,235); }

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