#C392F0

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

Shades of Wisteria #C392F0

Tints of Wisteria #C392F0

Color information

#C392F0 (or 0xC392F0) is unknown color: approx Wisteria. HEX triplet: C3, 92 and F0. RGB value is (195,146,240). Sum of RGB (Red+Green+Blue) = 195+146+240=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #C392F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C392F0 is #3C6D0F. Grayscale: #ABABAB. Windows color (decimal): -3960080 or 15766211. OLE color: 15766211.

HSL color Cylindrical-coordinate representation of color #C392F0: hue angle of 271.28º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C392F0 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB195146240-
CMYK0.190.3900.06
HSL271.28º75.81%75.69%-
HSV(B)271.28º39.17%94.12%-
XYZ48.5138.4587.3-
YUV171.37166.73144.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.56%
GREEN value IS 146 (57.42% from 255) = 25.13%
BLUE value IS 240 (94.14% from 255) = 41.31%
R=33.56%
G=25.13%
B=41.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1951462400.190.3900.06271.2875.8175.69
HexC392F013270610f4c4c
Octal303222360234706417114114
Binary11000011100100101111000010011100111011010000111110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C392F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C392F0; }

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

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

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

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

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

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

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

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