#C38DF3

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

Shades of Wisteria #C38DF3

Tints of Wisteria #C38DF3

Color information

#C38DF3 (or 0xC38DF3) is unknown color: approx Wisteria. HEX triplet: C3, 8D and F3. RGB value is (195,141,243). Sum of RGB (Red+Green+Blue) = 195+141+243=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 243 (95.31% from 255 or 41.97% from 579); Max value from RGB is 243 - color contains mainly: blue. Hex color #C38DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38DF3 is #3C720C. Grayscale: #A8A8A8. Windows color (decimal): -3961357 or 15961539. OLE color: 15961539.

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

Color convert

RGB195141243-
CMYK0.200.4200.05
HSL271.76º80.95%75.29%-
HSV(B)271.76º41.98%95.29%-
XYZ48.2137.1289.42-
YUV168.77169.89146.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.68%
GREEN value IS 141 (55.47% from 255) = 24.35%
BLUE value IS 243 (95.31% from 255) = 41.97%
R=33.68%
G=24.35%
B=41.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1951412430.200.4200.05271.7680.9575.29
HexC38DF3142A05110514b
Octal303215363245205420121113
Binary11000011100011011111001110100101010010110001000010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38DF3; }

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

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

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

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

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

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

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

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