#C38BF9

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

Shades of Wisteria #C38BF9

Tints of Wisteria #C38BF9

Color information

#C38BF9 (or 0xC38BF9) is unknown color: approx Wisteria. HEX triplet: C3, 8B and F9. RGB value is (195,139,249). Sum of RGB (Red+Green+Blue) = 195+139+249=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #C38BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38BF9 is #3C7406. Grayscale: #A7A7A7. Windows color (decimal): -3961863 or 16354243. OLE color: 16354243.

HSL color Cylindrical-coordinate representation of color #C38BF9: hue angle of 270.55º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C38BF9 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195139249-
CMYK0.220.4400.02
HSL270.55º90.16%76.08%-
HSV(B)270.55º44.18%97.65%-
XYZ48.8436.9194.17-
YUV168.28173.55147.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.45%
GREEN value IS 139 (54.69% from 255) = 23.84%
BLUE value IS 249 (97.66% from 255) = 42.71%
R=33.45%
G=23.84%
B=42.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1951392490.220.4400.02270.5590.1676.08
HexC38BF9162C0210f5a4c
Octal303213371265402417132114
Binary1100001110001011111110011011010110001010000111110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38BF9; }

 p { color: rgb(195,139,249); }

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

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

 a { background-color: rgb(195,139,249); }

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

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

 span { border-color: rgb(195,139,249); }

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