#C387F0

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

Shades of Wisteria #C387F0

Tints of Wisteria #C387F0

Color information

#C387F0 (or 0xC387F0) is unknown color: approx Wisteria. HEX triplet: C3, 87 and F0. RGB value is (195,135,240). Sum of RGB (Red+Green+Blue) = 195+135+240=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 135 (53.12% from 255 or 23.68% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #C387F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C387F0 is #3C780F. Grayscale: #A4A4A4. Windows color (decimal): -3962896 or 15763395. OLE color: 15763395.

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

Color convert

RGB195135240-
CMYK0.190.4400.06
HSL274.29º77.78%73.53%-
HSV(B)274.29º43.75%94.12%-
XYZ46.935.2286.76-
YUV164.91170.38149.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.21%
GREEN value IS 135 (53.12% from 255) = 23.68%
BLUE value IS 240 (94.14% from 255) = 42.11%
R=34.21%
G=23.68%
B=42.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1951352400.190.4400.06274.2977.7873.53
HexC387F0132C061124e4a
Octal303207360235406422116112
Binary11000011100001111111000010011101100011010001001010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C387F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C387F0; }

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

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

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

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

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

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

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

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