#C383D6

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

Shades of Wisteria #C383D6

Tints of Wisteria #C383D6

Color information

#C383D6 (or 0xC383D6) is unknown color: approx Wisteria. HEX triplet: C3, 83 and D6. RGB value is (195,131,214). Sum of RGB (Red+Green+Blue) = 195+131+214=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 214 - color contains mainly: blue. Hex color #C383D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C383D6 is #3C7C29. Grayscale: #9F9F9F. Windows color (decimal): -3963946 or 14058435. OLE color: 14058435.

HSL color Cylindrical-coordinate representation of color #C383D6: hue angle of 286.27º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C383D6 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB195131214-
CMYK0.090.3900.16
HSL286.27º50.3%67.65%-
HSV(B)286.27º38.79%83.92%-
XYZ42.7632.6967.67-
YUV159.6158.7153.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.11%
GREEN value IS 131 (51.56% from 255) = 24.26%
BLUE value IS 214 (83.98% from 255) = 39.63%
R=36.11%
G=24.26%
B=39.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1951312140.090.3900.16286.2750.367.65
HexC383D692701011e3244
Octal303203326114702043662104
Binary11000011100000111101011010011001110100001000111101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C383D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C383D6; }

 p { color: rgb(195,131,214); }

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

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

 a { background-color: rgb(195,131,214); }

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

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

 span { border-color: rgb(195,131,214); }

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