#C38EF6

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

Shades of Wisteria #C38EF6

Tints of Wisteria #C38EF6

Color information

#C38EF6 (or 0xC38EF6) is unknown color: approx Wisteria. HEX triplet: C3, 8E and F6. RGB value is (195,142,246). Sum of RGB (Red+Green+Blue) = 195+142+246=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 142 (55.86% from 255 or 24.36% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #C38EF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38EF6 is #3C7109. Grayscale: #A9A9A9. Windows color (decimal): -3961098 or 16158403. OLE color: 16158403.

HSL color Cylindrical-coordinate representation of color #C38EF6: hue angle of 270.58º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C38EF6 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB195142246-
CMYK0.210.4200.04
HSL270.58º85.25%76.08%-
HSV(B)270.58º42.28%96.47%-
XYZ48.8137.691.87-
YUV169.7171.06146.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.45%
GREEN value IS 142 (55.86% from 255) = 24.36%
BLUE value IS 246 (96.48% from 255) = 42.20%
R=33.45%
G=24.36%
B=42.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1951422460.210.4200.04270.5885.2576.08
HexC38EF6152A0410f554c
Octal303216366255204417125114
Binary11000011100011101111011010101101010010010000111110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38EF6; }

 p { color: rgb(195,142,246); }

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

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

 a { background-color: rgb(195,142,246); }

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

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

 span { border-color: rgb(195,142,246); }

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