#C392F1

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

Shades of Wisteria #C392F1

Tints of Wisteria #C392F1

Color information

#C392F1 (or 0xC392F1) is unknown color: approx Wisteria. HEX triplet: C3, 92 and F1. RGB value is (195,146,241). Sum of RGB (Red+Green+Blue) = 195+146+241=582 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.51% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #C392F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C392F1 is #3C6D0E. Grayscale: #ABABAB. Windows color (decimal): -3960079 or 15831747. OLE color: 15831747.

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

Color convert

RGB195146241-
CMYK0.190.3900.05
HSL270.95º77.24%75.88%-
HSV(B)270.95º39.42%94.51%-
XYZ48.6638.5188.09-
YUV171.48167.23144.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.51%
GREEN value IS 146 (57.42% from 255) = 25.09%
BLUE value IS 241 (94.53% from 255) = 41.41%
R=33.51%
G=25.09%
B=41.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1951462410.190.3900.05270.9577.2475.88
HexC392F113270510f4d4c
Octal303222361234705417115114
Binary11000011100100101111000110011100111010110000111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C392F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C392F1; }

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

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

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

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

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

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

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

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