#C392ED

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

Shades of Wisteria #C392ED

Tints of Wisteria #C392ED

Color information

#C392ED (or 0xC392ED) is unknown color: approx Wisteria. HEX triplet: C3, 92 and ED. RGB value is (195,146,237). Sum of RGB (Red+Green+Blue) = 195+146+237=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 146 (57.42% from 255 or 25.26% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #C392ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C392ED is #3C6D12. Grayscale: #AAAAAA. Windows color (decimal): -3960083 or 15569603. OLE color: 15569603.

HSL color Cylindrical-coordinate representation of color #C392ED: hue angle of 272.31º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C392ED is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195146237-
CMYK0.180.3800.07
HSL272.31º71.65%75.1%-
HSV(B)272.31º38.4%92.94%-
XYZ48.0738.2784.97-
YUV171.02165.23145.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.74%
GREEN value IS 146 (57.42% from 255) = 25.26%
BLUE value IS 237 (92.97% from 255) = 41.00%
R=33.74%
G=25.26%
B=41.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951462370.180.3800.07272.3171.6575.1
HexC392ED122607110484b
Octal303222355224607420110113
Binary11000011100100101110110110010100110011110001000010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C392ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C392ED; }

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

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

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

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

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

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

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

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