#C492DE

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

Shades of Wisteria #C492DE

Tints of Wisteria #C492DE

Color information

#C492DE (or 0xC492DE) is unknown color: approx Wisteria. HEX triplet: C4, 92 and DE. RGB value is (196,146,222). Sum of RGB (Red+Green+Blue) = 196+146+222=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #C492DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492DE is #3B6D21. Grayscale: #A9A9A9. Windows color (decimal): -3894562 or 14586564. OLE color: 14586564.

HSL color Cylindrical-coordinate representation of color #C492DE: hue angle of 279.47º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C492DE is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196146222-
CMYK0.120.3400.13
HSL279.47º53.52%72.16%-
HSV(B)279.47º34.23%87.06%-
XYZ46.2337.5773.92-
YUV169.61157.56146.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.75%
GREEN value IS 146 (57.42% from 255) = 25.89%
BLUE value IS 222 (87.11% from 255) = 39.36%
R=34.75%
G=25.89%
B=39.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961462220.120.3400.13279.4753.5272.16
HexC492DEC220D1173648
Octal304222336144201542766110
Binary1100010010010010110111101100100010011011000101111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C492DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C492DE; }

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

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

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

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

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

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

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

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