#C492FF

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

Shades of Wisteria #C492FF

Tints of Wisteria #C492FF

Color information

#C492FF (or 0xC492FF) is unknown color: approx Wisteria. HEX triplet: C4, 92 and FF. RGB value is (196,146,255). Sum of RGB (Red+Green+Blue) = 196+146+255=597 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.83% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #C492FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C492FF is #3B6D00. Grayscale: #ACACAC. Windows color (decimal): -3894529 or 16749252. OLE color: 16749252.

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

Color convert

RGB196146255-
CMYK0.230.4300
HSL267.52º100%78.63%-
HSV(B)267.52º42.75%100%-
XYZ51.0939.5199.54-
YUV173.38174.06144.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.83%
GREEN value IS 146 (57.42% from 255) = 24.46%
BLUE value IS 255 (100% from 255) = 42.71%
R=32.83%
G=24.46%
B=42.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1961462550.230.4300267.5210078.63
HexC492FF172B0010c644f
Octal304222377275300414144117
Binary110001001001001011111111101111010110010000110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C492FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C492FF; }

 p { color: rgb(196,146,255); }

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

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

 a { background-color: rgb(196,146,255); }

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

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

 span { border-color: rgb(196,146,255); }

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