#C692FE

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

Shades of Wisteria #C692FE

Tints of Wisteria #C692FE

Color information

#C692FE (or 0xC692FE) is unknown color: approx Wisteria. HEX triplet: C6, 92 and FE. RGB value is (198,146,254). Sum of RGB (Red+Green+Blue) = 198+146+254=598 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.11% from 598); Green value is 146 (57.42% from 255 or 24.41% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #C692FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C692FE is #396D01. Grayscale: #ADADAD. Windows color (decimal): -3763458 or 16683718. OLE color: 16683718.

HSL color Cylindrical-coordinate representation of color #C692FE: hue angle of 268.89º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C692FE is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB198146254-
CMYK0.220.4300.00
HSL268.89º98.18%78.43%-
HSV(B)268.89º42.52%99.61%-
XYZ51.4639.7298.72-
YUV173.86173.23145.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.11%
GREEN value IS 146 (57.42% from 255) = 24.41%
BLUE value IS 254 (99.61% from 255) = 42.47%
R=33.11%
G=24.41%
B=42.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1981462540.220.4300.00268.8998.1878.43
HexC692FE162B0010d624e
Octal306222376265300415142116
Binary110001101001001011111110101101010110010000110111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C692FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C692FE; }

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

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

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

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

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

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

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

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