#C387F3

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

Shades of Wisteria #C387F3

Tints of Wisteria #C387F3

Color information

#C387F3 (or 0xC387F3) is unknown color: approx Wisteria. HEX triplet: C3, 87 and F3. RGB value is (195,135,243). Sum of RGB (Red+Green+Blue) = 195+135+243=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 135 (53.12% from 255 or 23.56% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #C387F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C387F3 is #3C780C. Grayscale: #A4A4A4. Windows color (decimal): -3962893 or 15960003. OLE color: 15960003.

HSL color Cylindrical-coordinate representation of color #C387F3: hue angle of 273.33º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C387F3 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB195135243-
CMYK0.200.4400.05
HSL273.33º81.82%74.12%-
HSV(B)273.33º44.44%95.29%-
XYZ47.3535.489.13-
YUV165.25171.88149.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.03%
GREEN value IS 135 (53.12% from 255) = 23.56%
BLUE value IS 243 (95.31% from 255) = 42.41%
R=34.03%
G=23.56%
B=42.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1951352430.200.4400.05273.3381.8274.12
HexC387F3142C05111524a
Octal303207363245405421122112
Binary11000011100001111111001110100101100010110001000110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C387F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C387F3; }

 p { color: rgb(195,135,243); }

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

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

 a { background-color: rgb(195,135,243); }

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

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

 span { border-color: rgb(195,135,243); }

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