#C38FE9

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

Shades of Wisteria #C38FE9

Tints of Wisteria #C38FE9

Color information

#C38FE9 (or 0xC38FE9) is unknown color: approx Wisteria. HEX triplet: C3, 8F and E9. RGB value is (195,143,233). Sum of RGB (Red+Green+Blue) = 195+143+233=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 233 (91.41% from 255 or 40.81% from 571); Max value from RGB is 233 - color contains mainly: blue. Hex color #C38FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38FE9 is #3C7016. Grayscale: #A8A8A8. Windows color (decimal): -3960855 or 15306691. OLE color: 15306691.

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

Color convert

RGB195143233-
CMYK0.160.3900.09
HSL274.67º67.16%73.73%-
HSV(B)274.67º38.63%91.37%-
XYZ47.0437.1381.78-
YUV168.81164.23146.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.15%
GREEN value IS 143 (56.25% from 255) = 25.04%
BLUE value IS 233 (91.41% from 255) = 40.81%
R=34.15%
G=25.04%
B=40.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1951432330.160.3900.09274.6767.1673.73
HexC38FE9102709113434a
Octal3032173512047011423103112
Binary110000111000111111101001100001001110100110001001110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38FE9; }

 p { color: rgb(195,143,233); }

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

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

 a { background-color: rgb(195,143,233); }

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

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

 span { border-color: rgb(195,143,233); }

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