#C385EB

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

Shades of Wisteria #C385EB

Tints of Wisteria #C385EB

Color information

#C385EB (or 0xC385EB) is unknown color: approx Wisteria. HEX triplet: C3, 85 and EB. RGB value is (195,133,235). Sum of RGB (Red+Green+Blue) = 195+133+235=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #C385EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C385EB is #3C7A14. Grayscale: #A2A2A2. Windows color (decimal): -3963413 or 15435203. OLE color: 15435203.

HSL color Cylindrical-coordinate representation of color #C385EB: hue angle of 276.47º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C385EB is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB195133235-
CMYK0.170.4300.08
HSL276.47º71.83%72.16%-
HSV(B)276.47º43.4%92.16%-
XYZ45.8934.3882.81-
YUV163.17168.54150.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.64%
GREEN value IS 133 (52.34% from 255) = 23.62%
BLUE value IS 235 (92.19% from 255) = 41.74%
R=34.64%
G=23.62%
B=41.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951332350.170.4300.08276.4771.8372.16
HexC385EB112B081144848
Octal3032053532153010424110110
Binary110000111000010111101011100011010110100010001010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C385EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C385EB; }

 p { color: rgb(195,133,235); }

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

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

 a { background-color: rgb(195,133,235); }

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

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

 span { border-color: rgb(195,133,235); }

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