#C38DF1

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

Shades of Wisteria #C38DF1

Tints of Wisteria #C38DF1

Color information

#C38DF1 (or 0xC38DF1) is unknown color: approx Wisteria. HEX triplet: C3, 8D and F1. RGB value is (195,141,241). Sum of RGB (Red+Green+Blue) = 195+141+241=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #C38DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38DF1 is #3C720E. Grayscale: #A8A8A8. Windows color (decimal): -3961359 or 15830467. OLE color: 15830467.

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

Color convert

RGB195141241-
CMYK0.190.4100.05
HSL272.4º78.12%74.9%-
HSV(B)272.4º41.49%94.51%-
XYZ47.913787.84-
YUV168.55168.89146.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.80%
GREEN value IS 141 (55.47% from 255) = 24.44%
BLUE value IS 241 (94.53% from 255) = 41.77%
R=33.80%
G=24.44%
B=41.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1951412410.190.4100.05272.478.1274.9
HexC38DF11329051104e4b
Octal303215361235105420116113
Binary11000011100011011111000110011101001010110001000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38DF1; }

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

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

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

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

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

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

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

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