#C392CE

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

Shades of Wisteria #C392CE

Tints of Wisteria #C392CE

Color information

#C392CE (or 0xC392CE) is unknown color: approx Wisteria. HEX triplet: C3, 92 and CE. RGB value is (195,146,206). Sum of RGB (Red+Green+Blue) = 195+146+206=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #C392CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392CE is #3C6D31. Grayscale: #A7A7A7. Windows color (decimal): -3960114 or 13537987. OLE color: 13537987.

HSL color Cylindrical-coordinate representation of color #C392CE: hue angle of 289º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C392CE is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195146206-
CMYK0.050.2900.19
HSL289º37.97%69.02%-
HSV(B)289º29.13%80.78%-
XYZ43.9336.6263.15-
YUV167.49149.73147.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.65%
GREEN value IS 146 (57.42% from 255) = 26.69%
BLUE value IS 206 (80.86% from 255) = 37.66%
R=35.65%
G=26.69%
B=37.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951462060.050.2900.1928937.9769.02
HexC392CE51D0131212645
Octal30322231653502344146105
Binary110000111001001011001110101111010100111001000011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C392CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C392CE; }

 p { color: rgb(195,146,206); }

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

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

 a { background-color: rgb(195,146,206); }

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

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

 span { border-color: rgb(195,146,206); }

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